ReactOS 0.4.15-dev-7918-g2a2556c
precomp.h
Go to the documentation of this file.
1
2#ifndef _STRMBASE_PCH_
3#define _STRMBASE_PCH_
4
5#include <wine/config.h>
6
7#include <assert.h>
8
9#define COBJMACROS
10#define NONAMELESSSTRUCT
11#define NONAMELESSUNION
12
13#include <dshow.h>
14#include <wine/debug.h>
15#include <wine/strmbase.h>
16#include <wine/unicode.h>
17
18#include "strmbase_private.h"
19
20#endif /* !_STRMBASE_PCH_ */