|
From: Terry T. <ter...@us...> - 2005-01-03 00:49:50
|
Update of /cvsroot/frontierkernel/Frontier/Common/PCRE In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15670/Frontier/Common/PCRE Modified Files: pcre_internal.h Log Message: Fixes for WINE. Index: pcre_internal.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/pcre_internal.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pcre_internal.h 9 Oct 2004 19:00:48 -0000 1.1 --- pcre_internal.h 3 Jan 2005 00:49:40 -0000 1.2 *************** *** 223,227 **** --- 223,230 ---- /* Miscellaneous definitions */ + #if !defined(__WINE_WINDEF_H) + /* 2004-12-29 trt: BOOL defined by MS WIN32 SDK windef.h - WINE doesn't define/use _WINDEF_H */ typedef int BOOL; + #endif #undef FALSE /*2003-05-03 AR*/ |