]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/app.h
corrected wxCHECK messages
[wxWidgets.git] / include / wx / mac / carbon / app.h
index f62176e8437de537c990f9c45cc385fa9626a90c..4075fe1e0067f1ed5c70a2990e2045d3026c1f88 100644 (file)
 #ifndef _WX_APP_H_
 #define _WX_APP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "app.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/object.h"
 #include "wx/gdicmn.h"
 #include "wx/event.h"
 
 #ifdef __WXMAC_OSX__
-#include <CoreFoundation/CFRunLoop.h>
+typedef struct __CFRunLoopSource * CFRunLoopSourceRef;
 #endif
 
 class WXDLLEXPORT wxFrame;