mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 01:26:24 -05:00
WinRT: removed the "generic" + C++/CX hack-fix, now that a better fix is in official-SDL
This commit is contained in:
@@ -148,8 +148,3 @@
|
||||
#endif
|
||||
#endif /* NULL */
|
||||
#endif /* ! Mac OS X - breaks precompiled headers */
|
||||
|
||||
/* HACK: Make sure C++/CX works when compiling WinRT code */
|
||||
#if defined(__WINRT__)
|
||||
#define generic generic_
|
||||
#endif
|
||||
|
||||
@@ -35,8 +35,3 @@
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#endif /* Compiler needs structure packing set */
|
||||
|
||||
/* Revert hack used to get C++/CX (WinRT) code compiling. */
|
||||
#if defined(__WINRT__)
|
||||
#undef generic
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user