]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/paper.h
distribute only the extra, free, space according to the items proportions in wxBoxSiz...
[wxWidgets.git] / include / wx / paper.h
index 6e5a8983c8bf1440411d6b884eb1484fbc9016ce..1f26fbd102632a0bbbefc251b42e439c4c79a714 100644 (file)
 #ifndef _WX_PAPERH__
 #define _WX_PAPERH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "paper.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/event.h"
 #include "wx/cmndata.h"
@@ -119,7 +115,7 @@ private:
     // DECLARE_DYNAMIC_CLASS(wxPrintPaperDatabase)
 };
 
-WXDLLEXPORT_DATA(extern wxPrintPaperDatabase*) wxThePrintPaperDatabase;
+extern WXDLLEXPORT_DATA(wxPrintPaperDatabase*) wxThePrintPaperDatabase;
 
 
 #endif