aboutsummaryrefslogtreecommitdiff
path: root/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'os.h')
-rw-r--r--os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os.h b/os.h
index 0c8edfb..594ccad 100644
--- a/os.h
+++ b/os.h
@@ -12,6 +12,7 @@
#define os_dlopen LoadLibraryA
#define os_dlsym (void *)GetProcAddress
+#define os_dlhandle GetModuleHandleA
#define os_dlclose FreeLibrary
inline bool os_mprot(void *mem, int len, int mode) {