[AVIFIL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-09 12:47:13 +01:00
parent 44836a6e12
commit 2781e242e6

View file

@ -19,17 +19,13 @@
* *
*/ */
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS #define COBJMACROS
#define CONST_VTABLE #define CONST_VTABLE
#include <wine/test.h> #include "wine/test.h"
#include <initguid.h> #include "initguid.h"
#include <wingdi.h> #include "wingdi.h"
#include <vfw.h> #include "vfw.h"
/* ########################### */ /* ########################### */