diff --git a/common/search_stack.cpp b/common/search_stack.cpp index 06235c79ad..1b439cf114 100644 --- a/common/search_stack.cpp +++ b/common/search_stack.cpp @@ -29,7 +29,7 @@ #include -#if defined(__MINGW32__) +#if defined(_WIN32) #define PATH_SEPS wxT( ";\r\n" ) #else #define PATH_SEPS wxT( ":;\r\n" ) // unix == linux | mac