[APITESTS:USER32]

Make it use apitest.h

svn path=/trunk/; revision=60314
This commit is contained in:
Hermès Bélusca-Maïto 2013-09-22 18:17:54 +00:00
parent 4b95e17c61
commit f63c233859
23 changed files with 48 additions and 23 deletions

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Giannis Adamopoulos
*/
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#include "helper.h"

View file

@ -1,4 +1,6 @@
#include <wine/test.h>
#include <apitest.h>
#include <winuser.h>
START_TEST(CreateIconFromResourceEx)

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Thomas Faber
*/
#include <wine/test.h>
#include <apitest.h>
#include <winuser.h>
#include "helper.h"
#include <undocuser.h>

View file

@ -1,4 +1,6 @@
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>

View file

@ -1,4 +1,6 @@
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>

View file

@ -1,4 +1,6 @@
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Giannis Adamopoulos
*/
#include <wine/test.h>
#include <apitest.h>
#include <winuser.h>
#include <assert.h>

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Thomas Faber
*/
#include <wine/test.h>
#include <apitest.h>
#include <winuser.h>
void Test_GetMessage(HWND hWnd)

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Timo Kreuzer
*/
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Magnus Olsen
*/
#include <wine/test.h>
#include <apitest.h>
#include <winuser.h>
typedef struct _LPK_LPEDITCONTROL_LIST

View file

@ -1,5 +1,7 @@
#include <apitest.h>
#include <stdio.h>
#include <wine/test.h>
#include <wingdi.h>
#include <winuser.h>

View file

@ -5,8 +5,9 @@
* PROGRAMMERS: Gregor Gullwi
*/
#include <apitest.h>
#include <stdio.h>
#include <wine/test.h>
#include <winuser.h>
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Timo Kreuzer
*/
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Timo Kreuzer
*/
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Giannis Adamopoulos
*/
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#include "helper.h"

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Giannis Adamopoulos
*/
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#include <assert.h>

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Giannis Adamopoulos
*/
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#include "helper.h"

View file

@ -5,7 +5,8 @@
* PROGRAMMERS: Giannis Adamopoulos
*/
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#include "helper.h"

View file

@ -5,7 +5,8 @@
* PROGRAMMERS:
*/
#include <wine/test.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>

View file

@ -5,8 +5,9 @@
* PROGRAMMERS: Giannis Adamopoulos
*/
#include <apitest.h>
#include <stdio.h>
#include <wine/test.h>
#include <wingdi.h>
#include <winuser.h>
#include "helper.h"

View file

@ -5,8 +5,9 @@
* PROGRAMMERS: Giannis Adamopoulos
*/
#include <apitest.h>
#include <stdio.h>
#include <wine/test.h>
#include <winuser.h>
#include "helper.h"
#include <undocuser.h>

View file

@ -1,3 +1,2 @@
#define IDI_TEST 1000

View file

@ -1,7 +1,7 @@
#define __ROS_LONG64__
#define STANDALONE
#include <wine/test.h>
#include <apitest.h>
extern void func_AttachThreadInput(void);
extern void func_CreateIconFromResourceEx(void);