* added macros for compilation. See issue 1273 in raysan5/raylib
This commit is contained in:
parent
ec09fea29a
commit
f0b36e9e82
|
|
@ -127,8 +127,14 @@
|
|||
|
||||
// Type required before windows.h inclusion
|
||||
typedef struct tagMSG *LPMSG;
|
||||
|
||||
|
||||
#define CloseWindow CloseWindowDontUse
|
||||
#define ShowCursor ShowCursorDontUse
|
||||
#define UnhideWindow UnHideWindowDontUse
|
||||
#include <windows.h>
|
||||
#undef UnhideWindow
|
||||
#undef ShowCursor
|
||||
#undef CloseWindow
|
||||
|
||||
// Type required by some unused function...
|
||||
typedef struct tagBITMAPINFOHEADER {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user