Minor API files update.
[wine/multimedia.git] / include / dshow.h
bloba2e50644cd918161cebe53fd82b9afd43c004990
1 #ifndef __WINE_DSHOW_H
2 #define __WINE_DSHOW_H
4 #include "windows.h"
5 #include "windowsx.h"
6 #include "olectl.h"
7 #include "ddraw.h"
8 #include "mmsystem.h"
10 #include "strmif.h"
11 #include "amvideo.h"
12 #include "amaudio.h"
13 #include "control.h"
14 #include "evcode.h"
15 #include "uuids.h"
16 #include "errors.h"
17 /*#include "edevdefs.h"*/ /* not yet */
18 #include "audevcod.h"
19 /*#include "dvdevcod.h"*/ /* not yet */
21 #ifndef AM_NOVTABLE
22 #define AM_NOVTABLE
23 #endif /* AM_NOVTABLE */
25 #ifndef NUMELEMS
26 #define NUMELEMS(elem) (sizeof(elem)/sizeof((elem)[0]))
27 #endif /* NUMELEMS */
29 #ifndef OATRUE
30 #define OATRUE (-1)
31 #endif /* OATRUE */
32 #ifndef OAFALSE
33 #define OAFALSE (0)
34 #endif /* OAFALSE */
37 #endif /* __WINE_DSHOW_H */