Browse Source

Make search stack path_seps correct for msvc

6.0.7
Mark Roszko 5 years ago
parent
commit
4f21b943d4
  1. 2
      common/search_stack.cpp

2
common/search_stack.cpp

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

Loading…
Cancel
Save