* added macros for compilation. See issue 1273 in raysan5/raylib

This commit is contained in:
Shawn Pringle 2020-06-12 20:50:18 -03:00
parent ec09fea29a
commit f0b36e9e82

View File

@ -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 {