ReactOS 0.4.15-dev-7918-g2a2556c
precomp.h
Go to the documentation of this file.
1
2#ifndef _AMSTREAM_PRECOMP_H_
3#define _AMSTREAM_PRECOMP_H_
4
5#define WIN32_NO_STATUS
6#define WIN32_LEAN_AND_MEAN
7
8#define COBJMACROS
9
10#include "amstream_private.h"
11
12#include <ddstream.h>
13#include <wine/strmbase.h>
14#include <wine/debug.h>
15
16#endif /* _AMSTREAM_PRECOMP_H_ */