mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
20 lines
321 B
C
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_ */
|