2018-03-04 23:19:05 +00:00
|
|
|
|
|
|
|
#ifndef WINCODECS_PRECOMP_H
|
|
|
|
#define WINCODECS_PRECOMP_H
|
|
|
|
|
|
|
|
#include <wine/config.h>
|
|
|
|
#include <wine/port.h>
|
|
|
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
|
|
|
|
#define COBJMACROS
|
|
|
|
#define NONAMELESSUNION
|
|
|
|
#define NONAMELESSSTRUCT
|
|
|
|
|
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <wingdi.h>
|
|
|
|
#include <winreg.h>
|
|
|
|
#include <objbase.h>
|
|
|
|
#include <oleauto.h>
|
|
|
|
|
|
|
|
#include "wincodecs_private.h"
|
|
|
|
|
|
|
|
#include <wine/debug.h>
|
2018-06-04 02:55:39 +00:00
|
|
|
#include <wine/heap.h>
|
2018-03-04 23:19:05 +00:00
|
|
|
#include <wine/library.h>
|
|
|
|
|
|
|
|
#endif /* !WINCODECS_PRECOMP_H */
|