From 8669a4e053588503c42fea5c526b5fa702f757e0 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 11 Mar 2002 02:40:43 +0000 Subject: [PATCH] Remove high-bit characters in recent comment --- win/win32/winhack.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win/win32/winhack.c b/win/win32/winhack.c index 6c834e527..549896793 100644 --- a/win/win32/winhack.c +++ b/win/win32/winhack.c @@ -42,10 +42,10 @@ typedef HRESULT (CALLBACK* DLLGETVERSIONPROC)(DLLVERSIONINFO *); /* Minimal common control library version Version _WIN_32IE Platform/IE ======= ========= =========== -4.00 0x0200 Microsoft® Windows® 95/Windows NT® 4.0 -4.70 0x0300 Microsoft® Internet Explorer 3.x -4.71 0x0400 Microsoft® Internet Explorer 4.0 -4.72 0x0401 Microsoft® Internet Explorer 4.01 +4.00 0x0200 Microsoft(r) Windows 95/Windows NT 4.0 +4.70 0x0300 Microsoft(r) Internet Explorer 3.x +4.71 0x0400 Microsoft(r) Internet Explorer 4.0 +4.72 0x0401 Microsoft(r) Internet Explorer 4.01 ...and probably going on infinitely... */ #define MIN_COMCTLMAJOR 4