fix some headers to compile with MSVC

svn path=/trunk/; revision=18509
This commit is contained in:
Christoph von Wittich 2005-10-17 11:09:35 +00:00
parent 4d498c7390
commit da83fe4dcc
2 changed files with 8 additions and 1 deletions

View file

@ -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>

View file

@ -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);