diff options
-rw-r--r-- | generic/tclPlatDecls.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/generic/tclPlatDecls.h b/generic/tclPlatDecls.h index 08f8b0f..897d052 100644 --- a/generic/tclPlatDecls.h +++ b/generic/tclPlatDecls.h @@ -6,12 +6,21 @@ * Copyright (c) 1998-1999 by Scriptics Corporation. * All rights reserved. * - * RCS: @(#) $Id: tclPlatDecls.h,v 1.5 1999/04/30 22:45:02 stanton Exp $ + * RCS: @(#) $Id: tclPlatDecls.h,v 1.6 2000/08/20 03:51:23 davidg Exp $ */ #ifndef _TCLPLATDECLS #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 <tchar.h> +#endif + /* !BEGIN!: Do not edit below this line. */ /* |