]> git.saurik.com Git - wxWidgets.git/commitdiff
SN: Added #pragma implementation needed by GCC - expect more to come
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 14 Jan 2000 22:45:47 +0000 (22:45 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 14 Jan 2000 22:45:47 +0000 (22:45 +0000)
       but it seems to work right now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/bitmap.cpp
src/os2/dcscreen.cpp
src/os2/dirdlg.cpp
src/os2/gdiimage.cpp
src/os2/msgdlg.cpp
src/os2/ownerdrw.cpp
src/os2/statbmp.cpp
src/os2/statline.cpp
src/os2/stattext.cpp

index c2c99bb980b28d00cbfce39d2e0b6dbc42bca1ae..5ffef72a4bf0fa759aee962173723f42d98a379a 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+    #pragma implementation "bitmap.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 5eaa7dc20011270232e72d1121bab28031f11cea..34a7a8c2a71fed5ef6a5c7b165012788715fce4d 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation "dcscreen.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index f2ac2d3035e9f58dfce9a152b8eb4d3f3a5b77b2..31dd1bf89b1628f4f99881d068a9d1a2a94ba84f 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+    #pragma implementation "dirdlg.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index fcc9d4a18b340cbf457c36eccdc7e04fb329e0f9..d3b1965074ffe4558683dd8be0f07baeddf9b757 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
+#ifdef __GNUG__
+    #pragma implementation "gdiimage.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 51704339e5bfb45601900b404fec444a8bb068c4..e1cf166e2a70b3ccc69f4efdfbf2e74cce8abda8 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation "msgdlg.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index f7dd9b66215b0e21417ea240543e35c371c83f42..86d4b6724f79bfed6e19e7a475166e3c6fd06aa2 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 5d674c3826c501aacb492e2f91ddbbf6cc668c06..2581c2285481354de83c6add659f7e2c5d6fcdc4 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation "statbmp.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 1e3f3766e16ccfe8da7aca9d50e8c7f299547d9d..d14ffba7748bbf06e2c0bc620ca018973a738c43 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
+#ifdef __GNUG__
+    #pragma implementation "statline.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 6642dccd8eae0410ed23ff60fd69798dedda8e0d..bf3141e96189dec9428de06c4fbab19da55043e7 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation "stattext.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"