[Libreoffice-commits] core.git: include/postmac.h include/premac.h
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 27 19:22:03 UTC 2018
include/postmac.h | 1 +
include/premac.h | 1 +
2 files changed, 2 insertions(+)
New commits:
commit cc463567cb04bd6d3cdb97fd5dc933460f3e3892
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Sep 27 21:04:19 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Sep 27 21:21:02 2018 +0200
Hide also TimeRecord, for tilebench for iOS
Change-Id: Iaf34e5f14b0753960a13b0a9ff3d734bfc08d139
diff --git a/include/postmac.h b/include/postmac.h
index 5e1342d658c9..bfeb88dfd34c 100644
--- a/include/postmac.h
+++ b/include/postmac.h
@@ -20,5 +20,6 @@
#undef Point
#undef Size
#undef TimeValue
+#undef TimeRecord
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/premac.h b/include/premac.h
index 6b5a3c9909a7..5a2707d19617 100644
--- a/include/premac.h
+++ b/include/premac.h
@@ -20,5 +20,6 @@
#define Point MacOSPoint
#define Size MacOSSize
#define TimeValue MacOSTimeValue
+#define TimeRecord MacOSTimeRecord
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list