Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
WinRT: cleanups in SDL_platform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Nov 23, 2012
1 parent 18a8df3 commit 93870bb
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions include/SDL_platform.h
Expand Up @@ -136,22 +136,8 @@
#undef __WINRT__
#define __WINRT__ 1
#endif
#endif
#endif

/*
#if ! defined(WINAPI_FAMILY_PARTITION) || ! WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
#undef __WIN32__
#define __WIN32__ 1
#error win32_defined
#endif
#endif
#if defined(WINAPI_FAMILY_PARTITION) && WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP)
#undef __WINRT__
#define __WINRT__ 1
#error winrt_defined
#endif
*/
#endif /* if ! defined(WINAPI_FAMILY_PARTITION) ; else */
#endif /* if defined(WIN32) || defined(_WIN32) */

#if defined(__NDS__)
#undef __NINTENDODS__
Expand Down

0 comments on commit 93870bb

Please sign in to comment.