mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
implemented some ldr functions
svn path=/trunk/; revision=712
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user