]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/popupwin.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / gtk1 / popupwin.h
index 46a00922d30081dd2ae617dec56b7cd6df76117a..b053b519de24b9d56936fd4c48a0321c9f4dcfb0 100644 (file)
@@ -1,9 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        popupwin.h
+// Name:        wx/gtk1/popupwin.h
 // Purpose:
 // Author:      Robert Roebling
 // Created:
-// Id:          $Id$
 // Copyright:   (c) 2001 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 #ifndef __GTKPOPUPWINH__
 #define __GTKPOPUPWINH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "popupwin.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/panel.h"
 #include "wx/icon.h"
@@ -23,7 +18,7 @@
 // wxPopUpWindow
 //-----------------------------------------------------------------------------
 
-class wxPopupWindow: public wxPopupWindowBase
+class WXDLLIMPEXP_CORE wxPopupWindow: public wxPopupWindowBase
 {
 public:
     wxPopupWindow() { }