xref: /reactos/dll/directx/wine/amstream/precomp.h (revision 19b18ce2)
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_ */
17