[Libreoffice-commits] core.git: sal/osl
Stephan Bergmann
sbergman at redhat.com
Fri Apr 22 10:42:59 UTC 2016
sal/osl/unx/system.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 2c562c6ae0970d175e9b219e75afd77fcd1fc490
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Apr 22 10:36:40 2016 +0200
Is __OPENTRANSPORTPROVIDERS__ (still) needed
...to be set before including Carbon/Carbon.h? Was originally introduced with
c34f2e30bbad1a6b92308d0daabe413bd1bc161b "INTEGRATION: CWS pj51: #i61959# patch
applied", but might just be cargo cult these days.
Change-Id: I20cdc938d28e075614f6711a06ab785700833aff
Reviewed-on: https://gerrit.libreoffice.org/24293
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sal/osl/unx/system.hxx b/sal/osl/unx/system.hxx
index bd3d2c4..ec7fa48 100644
--- a/sal/osl/unx/system.hxx
+++ b/sal/osl/unx/system.hxx
@@ -197,7 +197,6 @@
#endif
#ifdef MACOSX
-#define __OPENTRANSPORTPROVIDERS__ // these are already defined
#define TimeValue CFTimeValue // Do not conflict with TimeValue in sal/inc/osl/time.h
#include <Carbon/Carbon.h>
#undef TimeValue
More information about the Libreoffice-commits
mailing list