Also register troubles between MinGW and MSVC
parent
837dbabac0
commit
ba0fc142d4
|
@ -2,7 +2,13 @@
|
|||
#define __PLATFORM_SCREEN_H__
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <Windows.h>
|
||||
#endif /* __MINGW32__ */
|
||||
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#endif /* _WIN32 */
|
||||
|
|
Loading…
Reference in New Issue