mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
30 lines
460 B
C
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_ */
|