Some wxUniv compile fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-06-29 17:07:54 +00:00
parent a5b3669d76
commit 24ce4c1875
5 changed files with 24 additions and 5 deletions

View File

@@ -20,6 +20,14 @@
// wxFrame
// ----------------------------------------------------------------------------
#if defined(__WXMSW__)
#define wxFrameNative wxFrameMSW
#elif defined(__WXGTK__)
#define wxFrameNative wxFrameGTK
#elif defined(__WXMGL__)
#define wxFrameNative wxFrameMGL
#endif
class wxFrame : public wxFrameNative
{
public: