implemented some ldr functions

svn path=/trunk/; revision=712
This commit is contained in:
Boudewijn Dekker
1999-10-18 21:55:30 +00:00
parent f3d9743503
commit ff9ce85a65
4 changed files with 10 additions and 42 deletions
+2 -11
View File
@@ -1,4 +1,4 @@
/* $Id: proc.c,v 1.22 1999/10/13 22:35:55 ekohl Exp $
/* $Id: proc.c,v 1.23 1999/10/18 21:50:11 ariadne Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@@ -68,16 +68,7 @@ GetProcessId (
);
FARPROC
STDCALL
GetProcAddress (
HMODULE hModule,
LPCSTR lpProcName
)
{
UNIMPLEMENTED;
return NULL;
}
WINBOOL