Author: cazfi
Date: Thu May  5 19:08:21 2016
New Revision: 32592

URL: http://svn.gna.org/viewcvs/freeciv?rev=32592&view=rev
Log:
Fixed typo in the name of the FREECIV_MSWINDOWS macro being checked

See bug #24635

Modified:
    branches/S2_6/utility/shared.h

Modified: branches/S2_6/utility/shared.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/utility/shared.h?rev=32592&r1=32591&r2=32592&view=diff
==============================================================================
--- branches/S2_6/utility/shared.h      (original)
+++ branches/S2_6/utility/shared.h      Thu May  5 19:08:21 2016
@@ -109,7 +109,7 @@
   }
 
 #ifndef PATH_SEPARATOR
-#if defined(FREECIV_MS_WINDOWS) || defined(_WIN32) || defined(__WIN32__) || 
defined(__EMX__) || defined(__DJGPP__)
+#if defined(FREECIV_MSWINDOWS) || defined(_WIN32) || defined(__WIN32__) || 
defined(__EMX__) || defined(__DJGPP__)
   /* Win32, OS/2, DOS */
 # define PATH_SEPARATOR ";"
 #else
@@ -119,7 +119,7 @@
 #endif /* PATH_SEPARATOR */
 
 #ifndef DIR_SEPARATOR
-#if defined(FREECIV_MS_WINDOWS) || defined(_WIN32) || defined(__WIN32__) || 
defined(__EMX__) || defined(__DJGPP__)
+#if defined(FREECIV_MSWINDOWS) || defined(_WIN32) || defined(__WIN32__) || 
defined(__EMX__) || defined(__DJGPP__)
   /* Win32, OS/2, DOS */
 # define DIR_SEPARATOR "\\"
 # define DIR_SEPARATOR_CHAR '\\'


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

Reply via email to