- Timestamp:
- Jun 15, 2002, 2:22:55 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/guidlib/guid.c
r8679 r8681 1 /* $Id: guid.c,v 1. 6 2002-06-15 12:12:04sandervl Exp $ */1 /* $Id: guid.c,v 1.7 2002-06-15 12:22:55 sandervl Exp $ */ 2 2 #define ICOM_CINTERFACE 1 3 3 #include <odin.h> … … 42 42 #include <wine/obj_queryassociations.h> 43 43 #include <wine/unicode.h> 44 #include <vfw.h> 44 45 45 46 46 #include <misc.h> … … 48 48 DEFINE_GUID(IID_ISFHelper, 0x1fe68efbL, 0x1874, 0x9812, 0x56, 0xdc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); 49 49 DEFINE_GUID(GUID_NULL, 0,0,0,0,0,0,0,0,0,0,0); 50 51 #define DEFINE_AVIGUID(name, l, w1, w2) \ 52 DEFINE_GUID(name, l, w1, w2, 0xC0,0,0,0,0,0,0,0x46) 53 54 DEFINE_AVIGUID(IID_IAVIFile, 0x00020020, 0, 0); 55 DEFINE_AVIGUID(IID_IAVIStream, 0x00020021, 0, 0); 56 DEFINE_AVIGUID(IID_IAVIStreaming, 0x00020022, 0, 0); 57 DEFINE_AVIGUID(IID_IGetFrame, 0x00020023, 0, 0); 58 DEFINE_AVIGUID(IID_IAVIEditStream, 0x00020024, 0, 0); 59 60 DEFINE_AVIGUID(CLSID_AVIFile, 0x00020000, 0, 0);
Note:
See TracChangeset
for help on using the changeset viewer.