~mingw-w64/mingw-w64/experimental

« back to all changes in this revision

Viewing changes to ros-privexp/mingw-w64-crt/libsrc/oaidl-uuid.c

  • Committer: NightStrike
  • Date: 2010-08-11 22:20:57 UTC
  • Revision ID: svn-v4:4407c894-4637-0410-b4f5-ada5f102cad1:experimental:3266
Branch for adding option for supporting ros

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* oaidl-uuid.c */
 
2
/* Generate GUIDs for OA IDL interfaces */
 
3
 
 
4
/* All IIDs defined in this file were extracted from
 
5
 * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */
 
6
 
 
7
#define INITGUID
 
8
#include <basetyps.h>
 
9
DEFINE_GUID(IID_IErrorInfo,0x1cf2b120,0x547d,0x101b,0x8e,0x65,0x8,0,0x2b,0x2b,0xd1,0x19);
 
10
DEFINE_GUID(IID_ICreateErrorInfo,0x22f03340,0x547d,0x101b,0x8e,0x65,0x8,0,0x2b,0x2b,0xd1,0x19);
 
11
DEFINE_GUID(IID_ISupportErrorInfo,0xdf0b3d60,0x548f,0x101b,0x8e,0x65,0x8,0,0x2b,0x2b,0xd1,0x19);
 
12
DEFINE_OLEGUID(IID_ICreateTypeInfo,0x20405,0,0);
 
13
DEFINE_OLEGUID(IID_ICreateTypeInfo2,0x2040e,0,0);
 
14
DEFINE_OLEGUID(IID_ICreateTypeLib,0x20406,0,0);
 
15
DEFINE_OLEGUID(IID_ICreateTypeLib2,0x2040F,0,0);
 
16
DEFINE_OLEGUID(IID_ITypeInfo,0x20401,0,0);
 
17
DEFINE_OLEGUID(IID_ITypeInfo2,0x20412,0,0);
 
18
DEFINE_OLEGUID(IID_ITypeLib,0x20402,0,0);
 
19
DEFINE_OLEGUID(IID_ITypeLib2,0x20411,0,0);
 
20
DEFINE_OLEGUID(IID_IEnumVARIANT,0x20404,0,0);