Tidied up wxHTML About HTML file (missing /td, /tr etc.: how did that work? :-));

added sample entries to index.htm; fixed some wxUSE_SPINBUTTON -> wxUSE_SPINBTN


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-11-07 12:36:36 +00:00
parent 65dd82cbce
commit ad556aa948
7 changed files with 78 additions and 27 deletions

View File

@@ -49,12 +49,13 @@
#ifdef __WIN16__
// Win16 doesn't have them
#ifndef wxUSE_SPINBTN
#ifdef wxUSE_SPINBTN
#undef wxUSE_SPINBTN
#endif
#define wxUSE_SPINBTN 0
#else
#if !defined(wxUSE_SPINBTN)
#define wxUSE_SPINBTN 1
#ifndef wxUSE_SPINBTN
#define wxUSE_SPINBTN 1
#endif
#endif // __WIN16__