diff options
Diffstat (limited to 'c/common.h')
-rw-r--r-- | c/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ struct Library { Library(const TCHAR* tszLibrary); ~Library(); - FARPROC GetProcAddress(const char* szProc); + void* GetProcAddress(const char* szProc); private: HMODULE m_hModule; }; |