view nt/Xmd.patch @ 2986:66ad30774567

[xemacs-hg @ 2005-10-10 02:45:31 by youngs] 2005-10-10 Steve Youngs <steve@sxemacs.org> * help.el (view-emacs-news): Use `expand-file-name' instead of `locate-data-file' as the latter will find any "NEWS" files that might exist in packages _before_ the one in core.
author youngs
date Mon, 10 Oct 2005 02:45:32 +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