some compilation fixes atttempts for solaris

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-08-12 12:18:49 +00:00
parent 364c7f3c68
commit bf3e0fbd1f
4 changed files with 9 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
#define __GTKTEXTCTRLH__
#ifdef __GNUG__
#pragma interface
#pragma interface "textctrl.h"
#endif
//-----------------------------------------------------------------------------

View File

@@ -12,7 +12,7 @@
#define __GTKTEXTCTRLH__
#ifdef __GNUG__
#pragma interface
#pragma interface "textctrl.h"
#endif
//-----------------------------------------------------------------------------

View File

@@ -15,6 +15,9 @@
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#pragma interface "textctrlbase.h"
#endif
#include "wx/defs.h"
#include "wx/control.h" // the base class

View File

@@ -12,6 +12,9 @@
// ============================================================================
// declarations
// ============================================================================
#ifdef __GNUG__
#pragma implementation "textctrlbase.h"
#endif
// for compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"