view nt/Xmd.patch @ 4813:6f84332672fb

Change build_string to build_intstring, fixing the Visual C++ build. 2010-01-08 Aidan Kehoe <kehoea@parhasard.net> * mule-charset.c (Fmake_charset): Change build_string with an Ibyte argument to build_intstring, fixing the build on Visual C++. Thank you for the report, Vin.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 08 Jan 2010 14:28:20 +0000
parents a86b2b5e0111
children
line wrap: on
line source

--- Xmd.h~	Thu Jun 08 23:20:40 1995
+++ Xmd.h	Sun Mar 16 13:09:10 1997
@@ -150,8 +150,9 @@
 typedef CARD16		BITS16;
 typedef CARD8		BYTE;
 
+#ifndef WIN32
 typedef CARD8           BOOL;
-
+#endif