aboutsummaryrefslogtreecommitdiff
path: root/os.h
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2024-11-01 13:47:31 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2024-11-01 13:48:09 -0400
commita2f7e37d8adf2047e1f3b0ea1227ac9d51514783 (patch)
tree2942ee2a12abe02e27f119552221c6a06ac87273 /os.h
parentfb95177298bb92098b61f09b9f66c1fce32f2f02 (diff)
downloadrt-a2f7e37d8adf2047e1f3b0ea1227ac9d51514783.tar.gz
rt-a2f7e37d8adf2047e1f3b0ea1227ac9d51514783.zip
play demo using the demoplayer object
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) {