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:
parent
5cd891743e
commit
f3ecfad192
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user