mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 00:27:13 +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
|
* PROGRAMMERS: Giannis Adamopoulos
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#include <wine/test.h>
|
|
||||||
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
START_TEST(CreateIconFromResourceEx)
|
START_TEST(CreateIconFromResourceEx)
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Thomas Faber
|
* PROGRAMMERS: Thomas Faber
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
#include <undocuser.h>
|
#include <undocuser.h>
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#include <wine/test.h>
|
|
||||||
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#include <wine/test.h>
|
|
||||||
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#include <wine/test.h>
|
|
||||||
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Giannis Adamopoulos
|
* PROGRAMMERS: Giannis Adamopoulos
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Thomas Faber
|
* PROGRAMMERS: Thomas Faber
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
void Test_GetMessage(HWND hWnd)
|
void Test_GetMessage(HWND hWnd)
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Timo Kreuzer
|
* PROGRAMMERS: Timo Kreuzer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Magnus Olsen
|
* PROGRAMMERS: Magnus Olsen
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
typedef struct _LPK_LPEDITCONTROL_LIST
|
typedef struct _LPK_LPEDITCONTROL_LIST
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
|
|
||||||
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <wine/test.h>
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,9 @@
|
||||||
* PROGRAMMERS: Gregor Gullwi
|
* PROGRAMMERS: Gregor Gullwi
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <wine/test.h>
|
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
|
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Timo Kreuzer
|
* PROGRAMMERS: Timo Kreuzer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Timo Kreuzer
|
* PROGRAMMERS: Timo Kreuzer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Giannis Adamopoulos
|
* PROGRAMMERS: Giannis Adamopoulos
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Giannis Adamopoulos
|
* PROGRAMMERS: Giannis Adamopoulos
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Giannis Adamopoulos
|
* PROGRAMMERS: Giannis Adamopoulos
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS: Giannis Adamopoulos
|
* PROGRAMMERS: Giannis Adamopoulos
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* PROGRAMMERS:
|
* PROGRAMMERS:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,9 @@
|
||||||
* PROGRAMMERS: Giannis Adamopoulos
|
* PROGRAMMERS: Giannis Adamopoulos
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <wine/test.h>
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
|
|
|
@ -5,8 +5,9 @@
|
||||||
* PROGRAMMERS: Giannis Adamopoulos
|
* PROGRAMMERS: Giannis Adamopoulos
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <apitest.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <wine/test.h>
|
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
#include <undocuser.h>
|
#include <undocuser.h>
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
|
|
||||||
|
|
||||||
#define IDI_TEST 1000
|
#define IDI_TEST 1000
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#define __ROS_LONG64__
|
#define __ROS_LONG64__
|
||||||
|
|
||||||
#define STANDALONE
|
#define STANDALONE
|
||||||
#include <wine/test.h>
|
#include <apitest.h>
|
||||||
|
|
||||||
extern void func_AttachThreadInput(void);
|
extern void func_AttachThreadInput(void);
|
||||||
extern void func_CreateIconFromResourceEx(void);
|
extern void func_CreateIconFromResourceEx(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue