Kaydet (Commit) 6df71b90 authored tarafından Michael Stahl's avatar Michael Stahl

sal: that TimeValue define causes -Wunused-macros with 10.6 SDK too

So since that is the new baseline let's get rid of it.

Change-Id: I7b645fe2f6e641012919a87b63d5e14acce9e52b
üst 01df12e6
......@@ -43,13 +43,7 @@
#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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment