Author: mordante
Date: Wed Aug 20 07:13:42 2008
New Revision: 28781

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28781&view=rev
Log:
Now that MSVC 6 is no longer supported start to remove some helper code to work
around problems in that compiler. The first step is to comment out the code and
replace it with new helper code that uses the standard. The second step is to
remove the helper code and fix all callers. 

Patch 1/3 for step 1: Comment out global.hpp.

Modified:
    trunk/src/global.hpp

Modified: trunk/src/global.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/global.hpp?rev=28781&r1=28780&r2=28781&view=diff
==============================================================================
--- trunk/src/global.hpp (original)
+++ trunk/src/global.hpp Wed Aug 20 07:13:42 2008
@@ -14,6 +14,8 @@
 
 #ifndef DISABLE_4786_HPP_INCLUDED
 #define DISABLE_4786_HPP_INCLUDED
+
+#if 0
 
 //for windows compilers
 #ifdef __MSVCRT__
@@ -80,3 +82,4 @@
 
 #endif
 #endif
+#endif


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to