- Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
[wine] / include / dshow.h
1 #ifndef __WINE_DSHOW_H
2 #define __WINE_DSHOW_H
3
4 #include "windows.h"
5 #include "windowsx.h"
6 #include "olectl.h"
7 #include "ddraw.h"
8 #include "mmsystem.h"
9
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 */
20
21 #ifndef AM_NOVTABLE
22 #define AM_NOVTABLE
23 #endif /* AM_NOVTABLE */
24
25 #ifndef NUMELEMS
26 #define NUMELEMS(elem)  (sizeof(elem)/sizeof((elem)[0]))
27 #endif  /* NUMELEMS */
28
29 #ifndef OATRUE
30 #define OATRUE  (-1)
31 #endif  /* OATRUE */
32 #ifndef OAFALSE
33 #define OAFALSE (0)
34 #endif  /* OAFALSE */
35
36
37 #endif /* __WINE_DSHOW_H */