non-precomp fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,16 +10,12 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
#ifndef WX_PRECOMP
|
||||||
#if wxOSX_USE_COCOA
|
#include "wx/nonownedwnd.h"
|
||||||
#include <Cocoa/Cocoa.h>
|
#include "wx/frame.h"
|
||||||
#else
|
|
||||||
#include <UIKit/UIKit.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __WXMAC__
|
|
||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
NSRect wxToNSRect( NSView* parent, const wxRect& r )
|
NSRect wxToNSRect( NSView* parent, const wxRect& r )
|
||||||
{
|
{
|
||||||
|
@@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#include <Cocoa/Cocoa.h>
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/nonownedwnd.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
|
Reference in New Issue
Block a user