view nt/Xmd.patch @ 4870:db9f7328bee1

fix compile problems under Visual Studio 6 -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-15 Ben Wing <ben@xemacs.org> * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): * syswindows.h (LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN): * syswindows.h (INTERNAL_MSWIN_TO_LOCAL_FILE_FORMAT): Declare some temporary pointer variables const to avoid compile errors under C++ and/or Visual Studio 6.
author Ben Wing <ben@xemacs.org>
date Fri, 15 Jan 2010 04:41:21 -0600
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