1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-23 04:43:47 +00:00
reactos/sdk/lib/3rdparty/strmbase/precomp.h
2018-04-01 13:15:06 +01:00

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