1 2 #ifndef _QUARTZ_PRECOMP_H_ 3 #define _QUARTZ_PRECOMP_H_ 4 5 #include <wine/config.h> 6 7 #include <assert.h> 8 9 #define WIN32_LEAN_AND_MEAN 10 #define WIN32_NO_STATUS 11 #define _INC_WINDOWS 12 13 #define NONAMELESSUNION 14 #define NONAMELESSSTRUCT 15 16 #include "quartz_private.h" 17 18 #include <dvdmedia.h> 19 #include <vfw.h> 20 #include <aviriff.h> 21 #include <shlwapi.h> 22 23 #include <wine/unicode.h> 24 #include <wine/debug.h> 25 26 #include "pin.h" 27 #include "parser.h" 28 29 #endif /* !_QUARTZ_PRECOMP_H_ */ 30