mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
remove incorrect includes
svn path=/trunk/; revision=19476
This commit is contained in:
parent
8665826884
commit
a0b7f5c0aa
1 changed files with 3 additions and 6 deletions
|
@ -21,12 +21,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <unknwn.h>
|
||||
#include <oaidl.h>
|
||||
#include <objidl.h>
|
||||
|
||||
#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 <initguid.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue