mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[APITESTS:USER32]
Make it use apitest.h svn path=/trunk/; revision=60314
This commit is contained in:
parent
4b95e17c61
commit
f63c233859
23 changed files with 48 additions and 23 deletions
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Giannis Adamopoulos
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include "helper.h"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include <wine/test.h>
|
||||
|
||||
#include <apitest.h>
|
||||
|
||||
#include <winuser.h>
|
||||
|
||||
START_TEST(CreateIconFromResourceEx)
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Thomas Faber
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <winuser.h>
|
||||
#include "helper.h"
|
||||
#include <undocuser.h>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include <wine/test.h>
|
||||
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include <wine/test.h>
|
||||
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include <wine/test.h>
|
||||
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Giannis Adamopoulos
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <winuser.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Thomas Faber
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <winuser.h>
|
||||
|
||||
void Test_GetMessage(HWND hWnd)
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Timo Kreuzer
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Magnus Olsen
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <winuser.h>
|
||||
|
||||
typedef struct _LPK_LPEDITCONTROL_LIST
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
#include <apitest.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <wine/test.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
|
||||
|
|
|
@ -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]))
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Timo Kreuzer
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Timo Kreuzer
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Giannis Adamopoulos
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include "helper.h"
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Giannis Adamopoulos
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <assert.h>
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Giannis Adamopoulos
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include "helper.h"
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS: Giannis Adamopoulos
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include "helper.h"
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
* PROGRAMMERS:
|
||||
*/
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <apitest.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
|
||||
#define IDI_TEST 1000
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue