From 4d0a1d7cea45711b3db19f8b1630fe3264e7e7c3 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Fri, 24 Sep 2004 20:20:46 +0000 Subject: [PATCH] don't skip the detection code svn path=/trunk/; revision=11035 --- reactos/subsys/system/vmwinst/vmwinst.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/subsys/system/vmwinst/vmwinst.c b/reactos/subsys/system/vmwinst/vmwinst.c index 7c6161bae9f..cc45532ecc9 100644 --- a/reactos/subsys/system/vmwinst/vmwinst.c +++ b/reactos/subsys/system/vmwinst/vmwinst.c @@ -18,7 +18,7 @@ * * VMware is a registered trademark of VMware, Inc. */ -/* $Id: vmwinst.c,v 1.10 2004/09/24 20:18:15 weiden Exp $ +/* $Id: vmwinst.c,v 1.11 2004/09/24 20:20:46 weiden Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VMware(r) driver installation utility @@ -70,7 +70,6 @@ DetectVMware(int *Version) magic = 0; ver = 0; -return TRUE; /* Try using a VMware I/O port. If not running in VMware this'll throw an exception! */ __asm__ __volatile__("inl %%dx, %%eax"