]> git.saurik.com Git - wxWidgets.git/commitdiff
some compilation fixes atttempts for solaris
authorKarsten Ballüder <ballueder@usa.net>
Thu, 12 Aug 1999 12:18:49 +0000 (12:18 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Thu, 12 Aug 1999 12:18:49 +0000 (12:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/textctrl.h
include/wx/gtk1/textctrl.h
include/wx/textctrl.h
src/common/textcmn.cpp

index a12d3ccae226a5eb230da466fc279c2c658d98f6..8844ee99fecb436f3c2d2db2aa452138190e6847 100644 (file)
@@ -12,7 +12,7 @@
 #define __GTKTEXTCTRLH__
 
 #ifdef __GNUG__
-    #pragma interface
+    #pragma interface "textctrl.h"
 #endif
 
 //-----------------------------------------------------------------------------
index a12d3ccae226a5eb230da466fc279c2c658d98f6..8844ee99fecb436f3c2d2db2aa452138190e6847 100644 (file)
@@ -12,7 +12,7 @@
 #define __GTKTEXTCTRLH__
 
 #ifdef __GNUG__
-    #pragma interface
+    #pragma interface "textctrl.h"
 #endif
 
 //-----------------------------------------------------------------------------
index 7db565fd5c7f333bb9805bc779d95eccc1967424..5e7d35a11f9a87966e79a8a865c845e9ac7eff88 100644 (file)
@@ -15,6 +15,9 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
+#ifdef __GNUG__
+    #pragma interface "textctrlbase.h"
+#endif   
 
 #include "wx/defs.h"
 #include "wx/control.h"         // the base class
index d45fbb75057acaa8b29ec98c4378234a1fc404e1..63408d24d4c12e6d9f55806dfa032dec068cfe3c 100644 (file)
 // ============================================================================
 // declarations
 // ============================================================================
-
+#ifdef __GNUG__
+    #pragma implementation "textctrlbase.h"
+#endif
+        
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"