Merge pull request #1412 from RicoP/master
use Ansi version of LoadLibrary
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
typedef HMODULE B3_DYNLIB_HANDLE;
|
typedef HMODULE B3_DYNLIB_HANDLE;
|
||||||
|
|
||||||
#define B3_DYNLIB_OPEN LoadLibrary
|
#define B3_DYNLIB_OPEN LoadLibraryA
|
||||||
#define B3_DYNLIB_CLOSE FreeLibrary
|
#define B3_DYNLIB_CLOSE FreeLibrary
|
||||||
#define B3_DYNLIB_IMPORT GetProcAddress
|
#define B3_DYNLIB_IMPORT GetProcAddress
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user