reactos/dll/directx/wine/amstream/precomp.h
2018-03-08 13:10:17 +01:00

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_ */