Author: mordante
Date: Sat Mar 31 20:31:43 2012
New Revision: 53728

URL: http://svn.gna.org/viewcvs/wesnoth?rev=53728&view=rev
Log:
Use boost/cstdint.hpp instead of inttypes.h.

Anonymissimus reported inttypes.h is not supported by MSVC and it's
indeed not a C++98 header.

Modified:
    trunk/src/neon.hpp

Modified: trunk/src/neon.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/neon.hpp?rev=53728&r1=53727&r2=53728&view=diff
==============================================================================
--- trunk/src/neon.hpp (original)
+++ trunk/src/neon.hpp Sat Mar 31 20:31:43 2012
@@ -48,7 +48,7 @@
 
 #else
 
-#include <inttypes.h>
+#include <boost/cstdint.hpp>
 
 /***** ***** ***** ***** types ***** ***** ***** *****/
 


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

Reply via email to