Make search stack path_seps correct for msvc
This commit is contained in:
parent
f8f34982c0
commit
4f21b943d4
|
@ -29,7 +29,7 @@
|
||||||
#include <wx/log.h>
|
#include <wx/log.h>
|
||||||
|
|
||||||
|
|
||||||
#if defined(__MINGW32__)
|
#if defined(_WIN32)
|
||||||
#define PATH_SEPS wxT( ";\r\n" )
|
#define PATH_SEPS wxT( ";\r\n" )
|
||||||
#else
|
#else
|
||||||
#define PATH_SEPS wxT( ":;\r\n" ) // unix == linux | mac
|
#define PATH_SEPS wxT( ":;\r\n" ) // unix == linux | mac
|
||||||
|
|
Loading…
Reference in New Issue