]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/paper.cpp
return the index of the inserted/appended item
[wxWidgets.git] / src / common / paper.cpp
index b60ad489b545b81d74194c50abd6bbb778d7b9ff..0b14ff7597fc393d8b28efb4342f6ec617e11134 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "paper.h"
 #endif
 
@@ -39,7 +39,7 @@
 #include <string.h>
 
 #ifdef __WXMSW__
-#include <windows.h>
+#include "wx/msw/wrapwin.h"
 #include <commdlg.h>
 
 #ifndef __WIN32__