Some small corrections and setup.h additions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-01-04 18:34:42 +00:00
parent ac57418f39
commit 124031d517
5 changed files with 19 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#define _WX_DIRDLG_H_BASE_
#if defined(__WXMSW__)
#ifdef __WIN16__
#if defined(__WIN16__) || defined(__GNUWIN32__)
#include "wx/generic/dirdlgg.h"
#else
#include "wx/msw/dirdlg.h"