From a0b7f5c0aa2b6eb521e5e908fd166e406e72a928 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Wed, 23 Nov 2005 01:40:19 +0000 Subject: [PATCH] remove incorrect includes svn path=/trunk/; revision=19476 --- reactos/w32api/include/objsel.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/reactos/w32api/include/objsel.h b/reactos/w32api/include/objsel.h index 83d9ad533d3..2d21a901afa 100644 --- a/reactos/w32api/include/objsel.h +++ b/reactos/w32api/include/objsel.h @@ -21,12 +21,9 @@ extern "C" { #endif -#include -#include -#include - -#if defined (_MSC_VER) -#define INITGUID +/* the PSDK headers defines it as EXTERN_C const GUID CLSID_DsObjectPicker = {...}, + * but that's not a good idea when EXTERN_C is extern... */ +#ifndef DEFINE_GUID #include #endif