WinRT: fixed Win32 builds by prevented __WINRT__ from being defined
This commit is contained in:
parent
a83b10fba8
commit
615aeebd1a
1 changed files with 1 additions and 2 deletions
|
@ -130,9 +130,8 @@
|
|||
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
||||
#undef __WIN32__
|
||||
#define __WIN32__ 1
|
||||
#endif
|
||||
#elif WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP)
|
||||
/* Include WinRT / Windows Store APIs in SDL, if available: */
|
||||
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP)
|
||||
#undef __WINRT__
|
||||
#define __WINRT__ 1
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue