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
This commit is contained in:
Kevin Hock
2005-04-07 14:36:24 +00:00
parent 49178e6501
commit 2c7219fea0

View File

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