- Timestamp:
- Jul 6, 2004, 6:57:30 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/guidlib/guid.c
r8681 r10615 1 /* $Id: guid.c,v 1. 7 2002-06-15 12:22:55sandervl Exp $ */1 /* $Id: guid.c,v 1.8 2004-07-06 16:57:30 sandervl Exp $ */ 2 2 #define ICOM_CINTERFACE 1 3 3 #include <odin.h> … … 41 41 #include <wine/obj_serviceprovider.h> 42 42 #include <wine/obj_queryassociations.h> 43 #include "wine/obj_webbrowser.h" 43 44 #include <wine/unicode.h> 44 45 … … 59 60 60 61 DEFINE_AVIGUID(CLSID_AVIFile, 0x00020000, 0, 0); 62 63 DEFINE_GUID(IID_INotifyDBEvents, 64 0xdb526cc0, 0xd188, 0x11cd, 0xad, 0x48, 0x0, 0xaa, 0x0, 0x3c, 0x9c, 0xb6);
Note:
See TracChangeset
for help on using the changeset viewer.