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