aboutsummaryrefslogtreecommitdiff
path: root/c/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/common.h')
-rw-r--r--c/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/common.h b/c/common.h
index 2b3c331..169b748 100644
--- a/c/common.h
+++ b/c/common.h
@@ -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;
};