#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;