Only compile PopupWindow if corresponding define is set.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2005-07-30 20:48:49 +00:00
parent 8da782ef64
commit 496959ebbd

View File

@ -28,6 +28,7 @@
#ifndef WX_PRECOMP
#endif //WX_PRECOMP
#if wxUSE_POPUPWIN
#include "wx/popupwin.h"
// ============================================================================
@ -75,3 +76,4 @@ WXDWORD wxPopupWindow::OS2GetStyle( long lFlags,
return dwStyle;
} // end of wxPopupWindow::OS2GetStyle
#endif