Author: cazfi
Date: Thu May  5 19:07:14 2016
New Revision: 32591

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

See bug #24635

Modified:
    trunk/utility/shared.h

Modified: trunk/utility/shared.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/utility/shared.h?rev=32591&r1=32590&r2=32591&view=diff
==============================================================================
--- trunk/utility/shared.h      (original)
+++ trunk/utility/shared.h      Thu May  5 19:07:14 2016
@@ -108,7 +108,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
@@ -118,7 +118,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