diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:43:07 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:43:07 +0000 |
commit | b7e74df3c791699ef699aa2200fd41660832069f (patch) | |
tree | 1f7b2847bcb4d9852d0603a7e0cc691776b80bd7 | |
parent | 8c056940656e71bda218f4ac6bee602854e0304f (diff) |
INTEGRATION: CWS aquafilepicker02_DEV300 (1.8.204); FILE MERGED
2008/01/02 18:50:03 fheckl 1.8.204.1: introducing BOOL
-rw-r--r-- | solenv/inc/postmac.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/postmac.h b/solenv/inc/postmac.h index a13203087379..41847ed4df34 100644 --- a/solenv/inc/postmac.h +++ b/solenv/inc/postmac.h @@ -4,9 +4,9 @@ * * $RCSfile: postmac.h,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2007-07-05 09:03:06 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:43:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,6 +34,7 @@ ************************************************************************/ #undef Boolean +#undef BOOL #undef Button #undef Byte #undef Control @@ -53,7 +54,6 @@ //#undef ShowWindow #undef StringPtr #undef DirInfo -#undef BOOL #undef ULONG #undef Line #undef TimeValue |