view nt/Xmd.patch @ 942:d90decf21e71

[xemacs-hg @ 2002-07-31 20:26:40 by adrian] [A] [PATCH] xemacs-21.5: Add USE_KKCC to nt/xemacs.mak -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2002-07-31 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (USE_KKCC): New. Default it to 1 to get it noticed. Add line to Installation file, when it's enabled. Add period to line add to Installation for USE_CRTDLL.
author adrian
date Wed, 31 Jul 2002 20:26:41 +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