Remove user-sabotage

They could have their reasons.
This commit is contained in:
Clownacy 2020-06-30 13:49:14 +01:00
parent 27a1fd900f
commit ccffba8a80

View file

@ -4,7 +4,6 @@
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>
#undef FindResource #undef FindResource
#undef MAX_PATH // Explicitly undefine MAX_PATH to avoid accidental usage of it
#else #else
#define RGB(r,g,b) ((r) | ((g) << 8) | ((b) << 16)) #define RGB(r,g,b) ((r) | ((g) << 8) | ((b) << 16))