*** tclPlatDecls.h 2000/08/20 03:51:23 1.6 --- tclPlatDecls.h 2001/07/18 00:26:37 *************** *** 13,24 **** #define _TCLPLATDECLS /* ! * Pull in the definition of TCHAR. Hopefully the compile flags * of the core are matching against your project build for these ! * public functions. BE AWARE. */ ! #if defined(__WIN32__) && !defined(_INC_TCHAR) ! #include #endif /* !BEGIN!: Do not edit below this line. */ --- 13,31 ---- #define _TCLPLATDECLS /* ! * Pull in the typedef of TCHAR. Hopefully the compile flags * of the core are matching against your project build for these ! * public functions with respect to _UNICODE and _MCBS. BE AWARE. */ ! ! #if defined(__WIN32__) ! # if defined(__CYGWIN__) ! # define WIN32_LEAN_AND_MEAN ! # include ! # undef WIN32_LEAN_AND_MEAN ! # elif !defined(_INC_TCHAR) ! # include ! # endif #endif /* !BEGIN!: Do not edit below this line. */