]> git.saurik.com Git - wxWidgets.git/commitdiff
Declare CFRunLoopSourceRef rather than including the CFRunLoop.h header.
authorKevin Hock <hockkn@yahoo.com>
Thu, 7 Apr 2005 14:36:24 +0000 (14:36 +0000)
committerKevin Hock <hockkn@yahoo.com>
Thu, 7 Apr 2005 14:36:24 +0000 (14:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/app.h

index f62176e8437de537c990f9c45cc385fa9626a90c..babd87cc440a83286181d449e0458782a3b03ace 100644 (file)
@@ -22,7 +22,7 @@
 #include "wx/event.h"
 
 #ifdef __WXMAC_OSX__
-#include <CoreFoundation/CFRunLoop.h>
+typedef struct __CFRunLoopSource * CFRunLoopSourceRef;
 #endif
 
 class WXDLLEXPORT wxFrame;