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))