Remove user-sabotage
They could have their reasons.
This commit is contained in:
parent
27a1fd900f
commit
ccffba8a80
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue