diff options
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/file.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx index c6f55dc16c02..bffca6dfef10 100644 --- a/sal/osl/unx/file.cxx +++ b/sal/osl/unx/file.cxx @@ -43,9 +43,13 @@ #define HAVE_O_EXLOCK // add MACOSX Time Value +#if MACOSX_SDK_VERSION < 1070 #define TimeValue CFTimeValue +#endif #include <CoreFoundation/CoreFoundation.h> +#if MACOSX_SDK_VERSION < 1070 #undef TimeValue +#endif #endif /* MACOSX */ |