Author: cazfi
Date: Sun Feb 14 09:20:50 2016
New Revision: 31907

URL: http://svn.gna.org/viewcvs/freeciv?rev=31907&view=rev
Log:
Always use ';' as PATH_SEPARATOR for WIN32_NATIVE builds.

See patch #6954

Modified:
    branches/S2_6/utility/shared.c

Modified: branches/S2_6/utility/shared.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/utility/shared.c?rev=31907&r1=31906&r2=31907&view=diff
==============================================================================
--- branches/S2_6/utility/shared.c      (original)
+++ branches/S2_6/utility/shared.c      Sun Feb 14 09:20:50 2016
@@ -70,7 +70,7 @@
 #include "shared.h"
 
 #ifndef PATH_SEPARATOR
-#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__
+#if defined(WIN32_NATIVE) || defined(_WIN32) || defined(__WIN32__) || 
defined(__EMX__) || defined(__DJGPP__)
   /* Win32, OS/2, DOS */
 # define PATH_SEPARATOR ";"
 #else


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to