Loading...
Searching...
No Matches
Go to the documentation of this file.
3#define IMPORT_FUNC(LIBRARY_NAME, FUNCTION_NAME)
4 GetProcAddress(LoadLibrary(TEXT(LIBRARY_NAME)), FUNCTION_NAME)
6#define EXPORT_FUNC extern "C" __declspec(dllexport)
8#define NAKED_FUNC __declspec(naked)