ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <precomp.h>
Go to the source code of this file.
Functions | |
intptr_t | _loaddll (char *name) |
int | _unloaddll (intptr_t handle) |
FARPROC | _getdllprocaddr (intptr_t hModule, char *lpProcName, intptr_t iOrdinal) |
Definition at line 16 of file dll.c.