]> git.saurik.com Git - wxWidgets.git/commitdiff
Separate includes needed for Darwin and classic [ followup on Patch 1160346 ]
authorKevin Hock <hockkn@yahoo.com>
Mon, 28 Mar 2005 23:00:05 +0000 (23:00 +0000)
committerKevin Hock <hockkn@yahoo.com>
Mon, 28 Mar 2005 23:00:05 +0000 (23:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/app.h

index 16d2af307808b4c2db6ac79688c19412b3c6bc52..f0bf02512e32ac06243c3c57805e23e4dd8c32cb 100644 (file)
 #include "wx/gdicmn.h"
 #include "wx/event.h"
 
+#ifdef __DARWIN__
 #include <CoreFoundation/CoreFoundation.h>
+#else
+#include <CoreFoundation.h>
+#endif
 
 class WXDLLEXPORT wxFrame;
 class WXDLLEXPORT wxWindowMac;