ref: ccffba8a80e6b939e81868ad935f7cf770de4b7d
parent: 27a1fd900f813796f20c1c9ca569f17eb2ff958a
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Jun 30 09:49:14 EDT 2020
Remove user-sabotage They could have their reasons.
--- a/src/WindowsWrapper.h
+++ b/src/WindowsWrapper.h
@@ -4,7 +4,6 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#undef FindResource
-#undef MAX_PATH // Explicitly undefine MAX_PATH to avoid accidental usage of it
#else
#define RGB(r,g,b) ((r) | ((g) << 8) | ((b) << 16))