From cae766f61e03768ab170bc70313b8b1e633de657 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 7 Aug 2009 19:37:11 +0000 Subject: [PATCH] - Remove another assumption that _MSC_VER means the MSVC build environment -- aclui now builds. svn path=/trunk/; revision=42476 --- reactos/dll/win32/aclui/guid.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/dll/win32/aclui/guid.c b/reactos/dll/win32/aclui/guid.c index 791f78ed154..6bc4a38ecd9 100644 --- a/reactos/dll/win32/aclui/guid.c +++ b/reactos/dll/win32/aclui/guid.c @@ -24,8 +24,4 @@ #include #include -#ifdef _MSC_VER -#include -#endif - /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */