xref: /reactos/dll/win32/msvfw32/precomp.h (revision cdf90707)
1 
2 #ifndef _MSVIDEO_PRECOMP_H
3 #define _MSVIDEO_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 #include <windef.h>
12 #include <winbase.h>
13 #include <winnls.h>
14 #include <wingdi.h>
15 #include <vfw.h>
16 
17 #include <wine/debug.h>
18 
19 #include "msvideo_private.h"
20 
21 #endif  /* !_MSVIDEO_PRECOMP_H */
22