Updated install.txt, added double-inclusion guard, corrected a GnuWin32 thing

in spinctrl.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-10-14 17:47:31 +00:00
parent be0872076f
commit 4c0a2c5c3e
2 changed files with 16 additions and 13 deletions

View File

@@ -38,7 +38,9 @@
#include "wx/spinctrl.h"
#include "wx/msw/private.h"
#include <commctrl.h>
#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__) || defined(wxUSE_NORLANDER_HEADERS)
#include <commctrl.h>
#endif
// ----------------------------------------------------------------------------
// macros