diff --git a/src/raudio.c b/src/raudio.c index c565b0ec3..2317b1184 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -127,8 +127,14 @@ // Type required before windows.h inclusion typedef struct tagMSG *LPMSG; - + +#define CloseWindow CloseWindowDontUse +#define ShowCursor ShowCursorDontUse +#define UnhideWindow UnHideWindowDontUse #include +#undef UnhideWindow +#undef ShowCursor +#undef CloseWindow // Type required by some unused function... typedef struct tagBITMAPINFOHEADER {