summaryrefslogtreecommitdiff
path: root/thirdparty/bullet/clew
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/bullet/clew')
-rw-r--r--thirdparty/bullet/clew/clew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/bullet/clew/clew.c b/thirdparty/bullet/clew/clew.c
index a07b0aad75..5afc42a485 100644
--- a/thirdparty/bullet/clew/clew.c
+++ b/thirdparty/bullet/clew/clew.c
@@ -15,7 +15,7 @@
typedef HMODULE CLEW_DYNLIB_HANDLE;
- #define CLEW_DYNLIB_OPEN LoadLibrary
+ #define CLEW_DYNLIB_OPEN LoadLibraryA
#define CLEW_DYNLIB_CLOSE FreeLibrary
#define CLEW_DYNLIB_IMPORT GetProcAddress
#else