|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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.