ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
1
2#ifndef _AVIFILE_PRECOMP_H
3#define _AVIFILE_PRECOMP_H
4
5#include <assert.h>
6#include <stdarg.h>
7
8#define WIN32_NO_STATUS
9#define _INC_WINDOWS
10#define COM_NO_WINDOWS_H
11
12#define COBJMACROS
13
14#include <windef.h>
15#include <winbase.h>
16#include <wingdi.h>
17#include <wincon.h>
18#include <vfw.h>
19
20#include <wine/debug.h>
21#include <wine/unicode.h>
22
23#include "avifile_private.h"
24#include "extrachunk.h"
25
26#endif /* !_AVIFILE_PRECOMP_H */