mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
fix compile with gcc
now it compiles with gcc && msvc svn path=/trunk/; revision=18513
This commit is contained in:
parent
5afbfdd6e1
commit
b0be32a4c4
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue