Fixed various build and runtime errors when using WinRT with VS2012.
This commit is contained in:
parent
5007e2996e
commit
7ba3100244
11 changed files with 125 additions and 30 deletions
|
@ -45,6 +45,8 @@
|
|||
|
||||
#if TARGET_OS_IPHONE /* probably not useful on iOS. */
|
||||
#define SDL_DYNAMIC_API 0
|
||||
#elif SDL_BUILDING_WINRT /* probaly not useful on WinRT, given current .dll loading restrictions */
|
||||
#define SDL_DYNAMIC_API 0
|
||||
#else /* everyone else. */
|
||||
#define SDL_DYNAMIC_API 1
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue