diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-17 13:27:42 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-17 13:27:42 +0300 |
commit | 95a5d7733190d66b1c4761a5bbaa5a2cc2361dd0 (patch) | |
tree | 9b59f645f782c72801f98e30a3f5913f17ac3e91 | |
parent | c2d3b7e4aa0480ed2c66b7240ef05cfff6a07125 (diff) |
fdo#82579: The SDK used by the "TDF" tb needs Cursor and Line to be handled
Change-Id: Idb9600b49ef711f0c11faa8650853fee0c455763
-rw-r--r-- | include/postmac.h | 2 | ||||
-rw-r--r-- | include/premac.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/postmac.h b/include/postmac.h index 89619fa694fe..72b074a60c11 100644 --- a/include/postmac.h +++ b/include/postmac.h @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#undef Cursor +#undef Line #undef Point #undef Polygon #undef Size diff --git a/include/premac.h b/include/premac.h index 51e85515adb8..1de12522b3b1 100644 --- a/include/premac.h +++ b/include/premac.h @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#define Cursor MacOSCursor +#define Line MacOSLine #define Point MacOSPoint #define Polygon MacOSPolygon #define Size MacOSSize |