#if defined(__DMC__) || defined(__WATCOMC__) \
|| (defined(_MSC_VER) && _MSC_VER < 1200)
- #define wxUSE_STD_DEFAULT 0
+ #define wxUSE_STD_DEFAULT 0
#else
#define wxUSE_STD_DEFAULT 0
#endif
#define wxUSE_TOOLBOOK 1
-#define wxUSE_TAB_DIALOG 1
-
#define wxUSE_TASKBARICON 1
#define wxUSE_GRID 1
/* define with the name of timezone variable */
#undef WX_TIMEZONE
-
+
/* The type of 3rd argument to getsockname() - usually size_t or int */
#define WX_SOCKLEN_T size_t
Win32 adjustments section
---------------------------------------------------------------------
*/
-
+
#ifdef __WIN32__
/* we need to define wxUSE_XPM_IN_MSW for MSW compilation for compatibil