diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/postmac.h | 10 | ||||
-rw-r--r-- | include/premac.h | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/include/postmac.h b/include/postmac.h index 9e72141ffde2..89619fa694fe 100644 --- a/include/postmac.h +++ b/include/postmac.h @@ -17,18 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#undef Button -#undef Control -#undef Cursor -#undef FontInfo -#undef Line -#undef ModalDialog -#undef Palette -#undef Pattern #undef Point #undef Polygon -#undef Region -#undef SetCursor #undef Size #undef TimeValue diff --git a/include/premac.h b/include/premac.h index 9782f4748aed..51e85515adb8 100644 --- a/include/premac.h +++ b/include/premac.h @@ -17,18 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define Button MacOSButton -#define Control MacOSControl -#define Cursor MacOSCursor -#define FontInfo MacOSFontInfo -#define Line MacOSLine -#define ModalDialog MacOSModalDialog -#define Palette MacOSPalette -#define Pattern MacOSPattern #define Point MacOSPoint #define Polygon MacOSPolygon -#define Region MacOSRegion -#define SetCursor MacOSSetCursor #define Size MacOSSize #define TimeValue MacOSTimeValue |