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