Changeset 8681 for trunk/src


Ignore:
Timestamp:
Jun 15, 2002, 2:22:55 PM (23 years ago)
Author:
sandervl
Message:

update

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:04 sandervl Exp $ */
     1/* $Id: guid.c,v 1.7 2002-06-15 12:22:55 sandervl Exp $ */
    22#define ICOM_CINTERFACE 1
    33#include <odin.h>
     
    4242#include <wine/obj_queryassociations.h>
    4343#include <wine/unicode.h>
    44 #include <vfw.h>
     44
    4545
    4646#include <misc.h>
     
    4848DEFINE_GUID(IID_ISFHelper, 0x1fe68efbL, 0x1874, 0x9812, 0x56, 0xdc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
    4949DEFINE_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
     54DEFINE_AVIGUID(IID_IAVIFile,            0x00020020, 0, 0);
     55DEFINE_AVIGUID(IID_IAVIStream,          0x00020021, 0, 0);
     56DEFINE_AVIGUID(IID_IAVIStreaming,       0x00020022, 0, 0);
     57DEFINE_AVIGUID(IID_IGetFrame,           0x00020023, 0, 0);
     58DEFINE_AVIGUID(IID_IAVIEditStream,      0x00020024, 0, 0);
     59
     60DEFINE_AVIGUID(CLSID_AVIFile,           0x00020000, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.