[explorer]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Sat, 31 Jul 2010 12:16:03 +0000 (12:16 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Sat, 31 Jul 2010 12:16:03 +0000 (12:16 +0000)
- Using msvc doesn't mean using ms sdks

svn path=/trunk/; revision=48381

reactos/base/shell/explorer/utility/utility.h

index e095f77..835594a 100644 (file)
@@ -39,9 +39,7 @@
 #include <windowsx.h>  // for SelectBrush(), ListBox_SetSel(), SubclassWindow(), ...
 #include <commctrl.h>
 
-#ifndef _MSC_VER
 #include <objbase.h>
-#endif
 #include <oleauto.h>   // for VARIANT
 
 #include <malloc.h>            // for alloca()