From 9000b6335128939826e30da90bf5760aeac86ef0 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Fri, 28 Nov 2003 14:08:12 -0500
Subject: [PATCH] BUG: Removed stray debugging code that caused win9x mode to
 always be used.

---
 ProcessWin32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProcessWin32.c b/ProcessWin32.c
index 3f2492f8..57b02b63 100644
--- a/ProcessWin32.c
+++ b/ProcessWin32.c
@@ -266,7 +266,7 @@ kwsysProcess* kwsysProcess_New()
   ZeroMemory(&osv, sizeof(osv));
   osv.dwOSVersionInfoSize = sizeof(osv);
   GetVersionEx(&osv);
-  if(osv.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS || 1)
+  if(osv.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS)
     {
     /* This is Win9x.  We need the console forwarding executable to
        work-around a Windows 9x bug.  */
-- 
GitLab