reactos/modules/rostests/winetests/comctl32/precomp.h

27 lines
487 B
C

#ifndef _COMCTL32_WINETEST_PRECOMP_H_
#define _COMCTL32_WINETEST_PRECOMP_H_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define CONST_VTABLE
#include <stdio.h>
#include <wine/test.h>
#include <assert.h>
#include <wingdi.h>
#include <winuser.h>
#include <winnls.h>
#include <winreg.h>
#include <objbase.h>
#include <wine/commctrl.h>
#include "msg.h"
#include "resources.h"
#include "v6util.h"
#endif /* !_COMCTL32_WINETEST_PRECOMP_H_ */