#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_ */