X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6670f56440ae9209b3e2e51e06acf3bc5aaf1905..9e03e02d0ca493bc65f083600f1427d2ac8028ff:/src/os2/popupwin.cpp diff --git a/src/os2/popupwin.cpp b/src/os2/popupwin.cpp index 5f80644ce1..11f6b5d978 100644 --- a/src/os2/popupwin.cpp +++ b/src/os2/popupwin.cpp @@ -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