fix compile with gcc

now it compiles with gcc && msvc

svn path=/trunk/; revision=18513
This commit is contained in:
Christoph von Wittich 2005-10-17 12:04:26 +00:00
parent 5afbfdd6e1
commit b0be32a4c4

View file

@ -25,8 +25,10 @@ extern "C" {
#include <oaidl.h>
#include <objidl.h>
#if defined (_MSC_VER)
#define INITGUID
#include <initguid.h>
#endif
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);