]> git.saurik.com Git - wxWidgets.git/commitdiff
Mingw32/gcc-2.95 change
authorJ. Russell Smyth <drfish@cox.net>
Tue, 14 Sep 1999 20:57:06 +0000 (20:57 +0000)
committerJ. Russell Smyth <drfish@cox.net>
Tue, 14 Sep 1999 20:57:06 +0000 (20:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dirdlg.h
include/wx/msw/colour.h

index 3f23e130474313e8da7f382083ae5c66d8121bce..7298d816121eca90be0e96264a0933f449c54902 100644 (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"
index 0c3def29846bab5669cca887b3b348b3e3b384e6..2cf5908c8b087837791dd8d2a3954728471dcd89 100644 (file)
@@ -15,6 +15,7 @@
 #ifdef __GNUG__
 #pragma interface "colour.h"
 #endif
+#include "wx/object.h"
 
 // Colour
 class WXDLLEXPORT wxColour: public wxObject