X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6670f56440ae9209b3e2e51e06acf3bc5aaf1905..5cb61fed97c78e0399ba18457e45b51f8eb15edf:/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