reactos/dll/directx/wine/quartz/precomp.h
2018-03-08 13:46:24 +01:00

30 lines
460 B
C

#ifndef _QUARTZ_PRECOMP_H_
#define _QUARTZ_PRECOMP_H_
#include <wine/config.h>
#include <assert.h>
#define WIN32_LEAN_AND_MEAN
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "quartz_private.h"
#include <dvdmedia.h>
#include <vfw.h>
#include <aviriff.h>
#include <shlwapi.h>
#include <wine/unicode.h>
#include <wine/debug.h>
#include "pin.h"
#include "parser.h"
#endif /* !_QUARTZ_PRECOMP_H_ */