equal
deleted
inserted
replaced
18 misrepresented as being the original software. |
18 misrepresented as being the original software. |
19 3. This notice may not be removed or altered from any source distribution. |
19 3. This notice may not be removed or altered from any source distribution. |
20 */ |
20 */ |
21 #include "../SDL_internal.h" |
21 #include "../SDL_internal.h" |
22 |
22 |
23 #ifdef __WIN32__ |
23 #if defined(__WIN32__) || defined(__WINRT__) |
24 #include "../core/windows/SDL_windows.h" |
24 #include "../core/windows/SDL_windows.h" |
25 #endif |
25 #endif |
26 |
26 |
27 #include "SDL_atomic.h" |
27 #include "SDL_atomic.h" |
28 #include "SDL_mutex.h" |
28 #include "SDL_mutex.h" |