mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 21:48:10 +00:00
17 lines
272 B
C
17 lines
272 B
C
|
|
||
|
#ifndef _AMSTREAM_PRECOMP_H_
|
||
|
#define _AMSTREAM_PRECOMP_H_
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define WIN32_LEAN_AND_MEAN
|
||
|
|
||
|
#define COBJMACROS
|
||
|
|
||
|
#include "amstream_private.h"
|
||
|
|
||
|
#include <ddstream.h>
|
||
|
#include <wine/strmbase.h>
|
||
|
#include <wine/debug.h>
|
||
|
|
||
|
#endif /* _AMSTREAM_PRECOMP_H_ */
|