Commit 9a842178 authored by Jack Jansen's avatar Jack Jansen

If we use frameworks we should include CoreServices/CoreServices.h, not the

old-style CoreFoundation.h.
parent 6d25e47c
......@@ -24,7 +24,7 @@
#include <CFString.h>
#include <CFURL.h>
#else
#include <CoreFoundation.h>
#include <CoreServices/CoreServices.h>
#endif
/* For now we declare them forward here. They'll go to mactoolbox later */
......
......@@ -50,7 +50,7 @@ includestuff = includestuff + """
#include <CFString.h>
#include <CFURL.h>
#else
#include <CoreFoundation.h>
#include <CoreServices/CoreServices.h>
#endif
/* For now we declare them forward here. They'll go to mactoolbox later */
......
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