Make search stack path_seps correct for msvc

This commit is contained in:
Mark Roszko 2021-01-01 02:18:32 +00:00
parent f8f34982c0
commit 4f21b943d4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <wx/log.h>
#if defined(__MINGW32__)
#if defined(_WIN32)
#define PATH_SEPS wxT( ";\r\n" )
#else
#define PATH_SEPS wxT( ":;\r\n" ) // unix == linux | mac