1 2 #ifndef WINCODECS_PRECOMP_H 3 #define WINCODECS_PRECOMP_H 4 5 #include <wine/config.h> 6 #include <wine/port.h> 7 8 #include <stdarg.h> 9 10 #define WIN32_NO_STATUS 11 #define _INC_WINDOWS 12 #define COM_NO_WINDOWS_H 13 14 #define COBJMACROS 15 #define NONAMELESSUNION 16 #define NONAMELESSSTRUCT 17 18 #include <windef.h> 19 #include <winbase.h> 20 #include <wingdi.h> 21 #include <winreg.h> 22 #include <objbase.h> 23 #include <oleauto.h> 24 25 #include "wincodecs_private.h" 26 27 #include <wine/debug.h> 28 #include <wine/library.h> 29 30 #endif /* !WINCODECS_PRECOMP_H */ 31