moving down for non-precomp build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2009-03-25 14:05:36 +00:00
parent 955e1ce861
commit 8fa9ac5e09

View File

@ -32,8 +32,6 @@ wxString WXDLLIMPEXP_CORE wxMacMakeStringFromPascal( const unsigned char * from
#if wxUSE_GUI
WXDLLIMPEXP_CORE wxWindowMac * wxFindWindowFromWXWidget(WXWidget inControl );
#if wxOSX_USE_IPHONE
#include <CoreGraphics/CoreGraphics.h>
#else
@ -97,6 +95,8 @@ class wxWidgetImpl;
class wxNotebook;
class wxTextCtrl;
WXDLLIMPEXP_CORE wxWindowMac * wxFindWindowFromWXWidget(WXWidget inControl );
#if wxOSX_USE_CARBON
typedef wxMacControl wxWidgetImplType;
#else