Mercurial > hg > xemacs-beta
view nt/Xmd.patch @ 4326:a5ff7e67ac1b
Don't let libtiff override the size of a boolean, Win32. From Ron Isaacson.
2007-12-11 Aidan Kehoe <kehoea@parhasard.net>
* glyphs-eimage.c:
Merge Ron Isaacson's patch of
3ggprxj7ifh.wl_Ron.Isaacson@morganstanley.com , originally from
Gennady Khokhorin. Prevents library incompatibilities on Win32.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 12 Dec 2007 00:42:48 +0100 |
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