[ROSTESTS:APITESTS]

Introduce a "apitest.h" header gathering special things for apitests (SEH macros, wine/test.h inclusion, and so on...).

svn path=/trunk/; revision=60313
This commit is contained in:
Hermès Bélusca-Maïto 2013-09-22 17:52:42 +00:00
parent e62911d355
commit 4b95e17c61
91 changed files with 212 additions and 129 deletions

View file

@ -1,9 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
#include <apitest.h>
extern void func_browseui(void);
extern void func_ieframe(void);