From ccb560364793a1f26ccad8d6d538bc0469c2e230 Mon Sep 17 00:00:00 2001 From: hobbs Date: Sun, 21 Mar 2004 20:59:28 +0000 Subject: define WIN32_CE platform info --- win/tclWinInt.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/win/tclWinInt.h b/win/tclWinInt.h index b7299eb..ce09ce3 100644 --- a/win/tclWinInt.h +++ b/win/tclWinInt.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinInt.h,v 1.20.2.1 2003/04/14 15:46:01 vincentdarley Exp $ + * RCS: @(#) $Id: tclWinInt.h,v 1.20.2.2 2004/03/21 20:59:28 hobbs Exp $ */ #ifndef _TCLWININT @@ -37,11 +37,15 @@ /* * Some versions of Borland C have a define for the OSVERSIONINFO for * Win32s and for NT, but not for Windows 95. + * Define VER_PLATFORM_WIN32_CE for those without newer headers. */ #ifndef VER_PLATFORM_WIN32_WINDOWS #define VER_PLATFORM_WIN32_WINDOWS 1 #endif +#ifndef VER_PLATFORM_WIN32_CE +#define VER_PLATFORM_WIN32_CE 3 +#endif /* * The following structure keeps track of whether we are using the -- cgit v0.12