From ccffba8a80e6b939e81868ad935f7cf770de4b7d Mon Sep 17 00:00:00 2001 From: Clownacy Date: Tue, 30 Jun 2020 13:49:14 +0100 Subject: [PATCH] Remove user-sabotage They could have their reasons. --- src/WindowsWrapper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WindowsWrapper.h b/src/WindowsWrapper.h index 1db7be95..50a61ea8 100644 --- a/src/WindowsWrapper.h +++ b/src/WindowsWrapper.h @@ -4,7 +4,6 @@ #define WIN32_LEAN_AND_MEAN #include #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))