added wxUSE_POPUPWIN

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-07-09 18:24:08 +00:00
parent 5cd891743e
commit f3ecfad192
2 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,10 @@
#pragma implementation "popupwin.h"
#endif
#include "wx/defs.h"
#if wxUSE_POPUPWIN
#include "wx/popupwin.h"
#include "wx/frame.h"
#include "wx/app.h"
@ -332,3 +336,4 @@ bool wxPopupWindow::Show( bool show )
return ret;
}
#endif // wxUSE_POPUPWIN

View File

@ -11,6 +11,10 @@
#pragma implementation "popupwin.h"
#endif
#include "wx/defs.h"
#if wxUSE_POPUPWIN
#include "wx/popupwin.h"
#include "wx/frame.h"
#include "wx/app.h"
@ -332,3 +336,4 @@ bool wxPopupWindow::Show( bool show )
return ret;
}
#endif // wxUSE_POPUPWIN