X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6670f56440ae9209b3e2e51e06acf3bc5aaf1905..76e7cfab8fdb0c7862fd07e427af54181717fc62:/src/os2/popupwin.cpp diff --git a/src/os2/popupwin.cpp b/src/os2/popupwin.cpp index 5f80644ce1..c222600c09 100644 --- a/src/os2/popupwin.cpp +++ b/src/os2/popupwin.cpp @@ -1,12 +1,11 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: os2/popupwin.cpp +// Name: src/os2/popupwin.cpp // Purpose: implements wxPopupWindow for OS2 // Author: Dave Webster // Modified by: // Created: 13.05.02 -// RCS-ID: $Id$ // Copyright: (c) 2002 Dave Webster -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -17,10 +16,6 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ - #pragma implementation "popup.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -28,6 +23,7 @@ #ifndef WX_PRECOMP #endif //WX_PRECOMP +#if wxUSE_POPUPWIN #include "wx/popupwin.h" // ============================================================================ @@ -75,3 +71,4 @@ WXDWORD wxPopupWindow::OS2GetStyle( long lFlags, return dwStyle; } // end of wxPopupWindow::OS2GetStyle +#endif