* Sync up to trunk head (r65394).
[reactos.git] / dll / win32 / avifil32 / guid.c
1 /* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
2
3 #include <stdarg.h>
4
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8
9 #include <windef.h>
10 #include <winbase.h>
11 #include <wingdi.h>
12 #include <initguid.h>
13 #include <vfw.h>
14
15 /* editstream.c */
16 DEFINE_AVIGUID(IID_IEditStreamInternal, 0x0002000A,0,0);
17
18 /* avifile_private.h */
19 DEFINE_AVIGUID(CLSID_ICMStream, 0x00020001, 0, 0);
20 DEFINE_AVIGUID(CLSID_WAVFile, 0x00020003, 0, 0);
21 DEFINE_AVIGUID(CLSID_ACMStream, 0x0002000F, 0, 0);
22
23 /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */