summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/inc/postmac.h6
-rw-r--r--solenv/inc/premac.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/solenv/inc/postmac.h b/solenv/inc/postmac.h
index 68f85b6c0f65..8a36af4c4389 100644
--- a/solenv/inc/postmac.h
+++ b/solenv/inc/postmac.h
@@ -25,8 +25,8 @@
*
************************************************************************/
-#undef Boolean
-#undef BOOL
+//#undef Boolean
+//#undef BOOL
#undef Button
#undef Byte
#undef Control
@@ -46,7 +46,7 @@
//#undef ShowWindow
#undef StringPtr
#undef DirInfo
-#undef ULONG
+//#undef ULONG
#undef Line
#undef TimeValue
#undef Pattern
diff --git a/solenv/inc/premac.h b/solenv/inc/premac.h
index 451a33b8ab00..1c453c8f51a7 100644
--- a/solenv/inc/premac.h
+++ b/solenv/inc/premac.h
@@ -26,8 +26,8 @@
************************************************************************/
-#define Boolean MacOSBoolean
-#define BOOL MacOSBOOL
+//#define Boolean MacOSBoolean
+//#define BOOL MacOSBOOL
#define Button MacOSButton
#define Byte MacOSByte
#define Control MacOSControl
@@ -46,7 +46,7 @@
//#define ShowWindow MacOSShowWindow
#define StringPtr MacOSStringPtr
#define DirInfo MacOSDirInfo
-#define ULONG MacOSULONG
+//#define ULONG MacOSULONG
#define Line MacOSLine
#define TimeValue MacOSTimeValue
#define Pattern MacOSPattern