mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 03:24:45 +00:00
[AVIFIL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
44836a6e12
commit
2781e242e6
1 changed files with 4 additions and 8 deletions
|
@ -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"
|
||||||
|
|
||||||
/* ########################### */
|
/* ########################### */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue