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