wxFrameNative is now defined in wx/frame.h itself
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,16 +20,6 @@
|
|||||||
// wxFrame
|
// wxFrame
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#if defined(__WXMSW__)
|
|
||||||
#define wxFrameNative wxFrameMSW
|
|
||||||
#elif defined(__WXGTK__)
|
|
||||||
#define wxFrameNative wxFrameGTK
|
|
||||||
#elif defined(__WXMGL__)
|
|
||||||
#define wxFrameNative wxFrameMGL
|
|
||||||
#elif defined(__WXMAC__)
|
|
||||||
#define wxFrameNative wxFrameMac
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class wxFrame : public wxFrameNative
|
class wxFrame : public wxFrameNative
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user