view nt/Xmd.patch @ 3158:a61bf7b32988

[xemacs-hg @ 2005-12-22 17:10:07 by michaels] 2005-12-13 Mike Sperber <mike@xemacs.org> * configure.ac: Move the checks for the Xft-associated library out of a conditional.
author michaels
date Thu, 22 Dec 2005 17:10:07 +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