diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-16 21:50:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-16 21:55:26 +0300 |
commit | e98397d1ce2d4d3b56ee86c450ee7a0286229320 (patch) | |
tree | 9725243c82f4db3d39874fde7ec20612278df4ef /include | |
parent | 871b196f7e7296eb4e397f84f1700db33d77bfb9 (diff) |
Our use of Ptr does not clash with the <MacTypes.h> typedef
Change-Id: I5bcd1afde7c083c9a86be068c211fad152e75d01
Diffstat (limited to 'include')
-rw-r--r-- | include/postmac.h | 1 | ||||
-rw-r--r-- | include/premac.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/postmac.h b/include/postmac.h index 06480301e8d8..1a059f2f1c23 100644 --- a/include/postmac.h +++ b/include/postmac.h @@ -30,7 +30,6 @@ #undef Pattern #undef Point #undef Polygon -#undef Ptr #undef Region #undef SetCursor #undef Size diff --git a/include/premac.h b/include/premac.h index cbed11a342c0..02b66d3bdadd 100644 --- a/include/premac.h +++ b/include/premac.h @@ -30,7 +30,6 @@ #define Pattern MacOSPattern #define Point MacOSPoint #define Polygon MacOSPolygon -#define Ptr MacOSPtr #define Region MacOSRegion #define SetCursor MacOSSetCursor #define Size MacOSSize |