From 7f0a82ce58a31c71f2a19442895d2e26111d1e33 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Wed, 6 Sep 2006 18:43:35 +0000 Subject: [PATCH] Fix MSVC 2005 compilation (Platform SDK is correctly included) svn path=/trunk/; revision=23927 --- reactos/base/shell/explorer/utility/utility.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/base/shell/explorer/utility/utility.h b/reactos/base/shell/explorer/utility/utility.h index db37ee51767..e3de958b6a8 100644 --- a/reactos/base/shell/explorer/utility/utility.h +++ b/reactos/base/shell/explorer/utility/utility.h @@ -207,11 +207,11 @@ using namespace std; #include -/* not necessary with correct include file order for comdef.h ("\include" path first) +/* not necessary with correct include file order for comdef.h ("\include" path first) */ #if _MSC_VER>=1300 // VS.Net #define _NO_COMUTIL #endif -*/ + #if defined(_MSC_VER) && !defined(_NO_COMUTIL)