WinRT: added support for the SDL_loadso APIs, via LoadPackagedLibrary
This commit is contained in:
parent
cc456a7516
commit
1ce8f1c824
4 changed files with 24 additions and 5 deletions
|
@ -146,9 +146,7 @@ typedef unsigned int uintptr_t;
|
|||
#define SDL_JOYSTICK_DISABLED 1
|
||||
|
||||
/* Enable various shared object loading systems */
|
||||
// TODO, WinRT: adapt the Win32 shared object loading code for WinRT
|
||||
#define SDL_LOADSO_DISABLED 1
|
||||
//#define SDL_LOADSO_WINDOWS 1
|
||||
#define SDL_LOADSO_WINDOWS 1
|
||||
|
||||
/* Enable various threading systems */
|
||||
#define SDL_THREAD_STDCPP 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue