reactos/sdk/lib/3rdparty/strmbase/precomp.h
2018-04-01 13:15:06 +01:00

21 lines
321 B
C

#ifndef _STRMBASE_PCH_
#define _STRMBASE_PCH_
#include <wine/config.h>
#include <assert.h>
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include <dshow.h>
#include <wine/debug.h>
#include <wine/strmbase.h>
#include <wine/unicode.h>
#include "strmbase_private.h"
#endif /* !_STRMBASE_PCH_ */