mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
fix some headers to compile with MSVC
svn path=/trunk/; revision=18509
This commit is contained in:
parent
4d498c7390
commit
da83fe4dcc
2 changed files with 8 additions and 1 deletions
|
@ -14,8 +14,10 @@
|
|||
#ifndef _EXCPT_H_
|
||||
#define _EXCPT_H_
|
||||
|
||||
/* All the headers include this file. */
|
||||
/* All the headers include this file. */
|
||||
#if defined(__MINGW32__)
|
||||
#include <_mingw.h>
|
||||
#endif
|
||||
|
||||
#include <windef.h>
|
||||
|
||||
|
|
|
@ -22,6 +22,11 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <unknwn.h>
|
||||
#include <oaidl.h>
|
||||
#include <objidl.h>
|
||||
|
||||
#define INITGUID
|
||||
#include <initguid.h>
|
||||
|
||||
DEFINE_GUID(CLSID_DsObjectPicker, 0x17d6ccd8, 0x3b7b, 0x11d2, 0x00b9, 0xe0,0x00,0xc0,0x4f,0xd8,0xdb,0xf7);
|
||||
DEFINE_GUID(IID_IDsObjectPicker, 0x0c87e64e, 0x3b7a, 0x11d2, 0x00b9, 0xe0,0x00,0xc0,0x4f,0xd8,0xdb,0xf7);
|
||||
|
|
Loading…
Reference in a new issue