Removed WIN_GetDesktop().
[wine/gsoc_dplay.git] / include / dshow.h
blob222e5ece78a1c1ef521ff1ad8a41cc45af1ff246
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"*/ /* not yet */
17 /*#include "edevdefs.h"*/ /* not yet */
18 /*#include "audevcod.h"*/ /* not yet */
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 */