Mingw32/gcc-2.95 change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
J. Russell Smyth 1999-09-14 20:57:06 +00:00
parent 6627a4b049
commit 2d996ed1c4
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxDirDialogDefaultFolderStr;
WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
#if defined(__WXMSW__)
#if defined(__WIN16__) || defined(__GNUWIN32__) || defined(__SALFORDC__)
#if defined(__WIN16__) || (defined(__GNUWIN32__)&&!defined(wxUSE_NORLANDER_HEADERS)) || defined(__SALFORDC__)
#include "wx/generic/dirdlgg.h"
#else
#include "wx/msw/dirdlg.h"

View File

@ -15,6 +15,7 @@
#ifdef __GNUG__
#pragma interface "colour.h"
#endif
#include "wx/object.h"
// Colour
class WXDLLEXPORT wxColour: public wxObject