]> git.saurik.com Git - wxWidgets.git/commitdiff
wxFrameNative is now defined in wx/frame.h itself
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Jul 2001 00:47:41 +0000 (00:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Jul 2001 00:47:41 +0000 (00:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/frame.h

index 371a024bb415dfcc5786cd4dcb5c4756ad7f89a7..7c26f6328bc232411a6b8b54ecee26b230900972 100644 (file)
 // 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
 {
 public: