From: Kevin Hock Date: Thu, 7 Apr 2005 14:36:24 +0000 (+0000) Subject: Declare CFRunLoopSourceRef rather than including the CFRunLoop.h header. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2c7219fea0b102e9e453dd2efe22309ffd0d0264?ds=inline Declare CFRunLoopSourceRef rather than including the CFRunLoop.h header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/app.h b/include/wx/mac/carbon/app.h index f62176e843..babd87cc44 100644 --- a/include/wx/mac/carbon/app.h +++ b/include/wx/mac/carbon/app.h @@ -22,7 +22,7 @@ #include "wx/event.h" #ifdef __WXMAC_OSX__ -#include +typedef struct __CFRunLoopSource * CFRunLoopSourceRef; #endif class WXDLLEXPORT wxFrame;