diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-22 10:36:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-22 10:42:36 +0000 |
commit | 2c562c6ae0970d175e9b219e75afd77fcd1fc490 (patch) | |
tree | 6054fdd580d7f08c2287a1766b909af2e47f3730 /sal/osl | |
parent | 715d4d803a8649b4aa46ff7ef89786a1de435604 (diff) |
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@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/system.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/unx/system.hxx b/sal/osl/unx/system.hxx index bd3d2c450063..ec7fa483d9a9 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 |