///////////////////////////////////////////////////////////////////////////////
-// 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 <dwebster@bhmi.com>
-// License: wxWindows licence
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
- #pragma implementation "popup.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#endif //WX_PRECOMP
+#if wxUSE_POPUPWIN
#include "wx/popupwin.h"
// ============================================================================
return dwStyle;
} // end of wxPopupWindow::OS2GetStyle
+#endif