- Remove another assumption that _MSC_VER means the MSVC build environment -- aclui...
authorStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 7 Aug 2009 19:37:11 +0000 (19:37 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 7 Aug 2009 19:37:11 +0000 (19:37 +0000)
svn path=/trunk/; revision=42476

reactos/dll/win32/aclui/guid.c

index 791f78e..6bc4a38 100644 (file)
@@ -24,8 +24,4 @@
 #include <aclui.h>
 #include <objsel.h>
 
-#ifdef _MSC_VER
-#include <precomp.h>
-#endif
-
 /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */