From f63c2338599389438f773af6648bfcc52162d1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 22 Sep 2013 18:17:54 +0000 Subject: [PATCH] [APITESTS:USER32] Make it use apitest.h svn path=/trunk/; revision=60314 --- rostests/apitests/user32/AttachThreadInput.c | 3 ++- rostests/apitests/user32/CreateIconFromResourceEx.c | 4 +++- rostests/apitests/user32/DeferWindowPos.c | 3 ++- rostests/apitests/user32/DestroyCursorIcon.c | 4 +++- rostests/apitests/user32/DrawIconEx.c | 4 +++- rostests/apitests/user32/GetIconInfo.c | 4 +++- rostests/apitests/user32/GetKeyState.c | 3 ++- rostests/apitests/user32/GetPeekMessage.c | 3 ++- rostests/apitests/user32/GetSystemMetrics.c | 3 ++- rostests/apitests/user32/InitializeLpkHooks.c | 3 ++- rostests/apitests/user32/LoadImage.c | 4 +++- rostests/apitests/user32/RealGetWindowClass.c | 3 ++- rostests/apitests/user32/ScrollDC.c | 3 ++- rostests/apitests/user32/ScrollWindowEx.c | 3 ++- rostests/apitests/user32/SetActiveWindow.c | 3 ++- rostests/apitests/user32/SetCursorPos.c | 3 ++- rostests/apitests/user32/SystemParametersInfo.c | 3 ++- rostests/apitests/user32/TrackMouseEvent.c | 3 ++- rostests/apitests/user32/WndProc.c | 3 ++- rostests/apitests/user32/desktop.c | 3 ++- rostests/apitests/user32/helper.c | 3 ++- rostests/apitests/user32/resource.h | 1 - rostests/apitests/user32/testlist.c | 2 +- 23 files changed, 48 insertions(+), 23 deletions(-) diff --git a/rostests/apitests/user32/AttachThreadInput.c b/rostests/apitests/user32/AttachThreadInput.c index 3f8e3b0d534..c8a95ff1cd7 100644 --- a/rostests/apitests/user32/AttachThreadInput.c +++ b/rostests/apitests/user32/AttachThreadInput.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Giannis Adamopoulos */ -#include +#include + #include #include #include "helper.h" diff --git a/rostests/apitests/user32/CreateIconFromResourceEx.c b/rostests/apitests/user32/CreateIconFromResourceEx.c index 42ce1e8a13a..b0e7251b9ba 100644 --- a/rostests/apitests/user32/CreateIconFromResourceEx.c +++ b/rostests/apitests/user32/CreateIconFromResourceEx.c @@ -1,4 +1,6 @@ -#include + +#include + #include START_TEST(CreateIconFromResourceEx) diff --git a/rostests/apitests/user32/DeferWindowPos.c b/rostests/apitests/user32/DeferWindowPos.c index ee38a82ddc3..21cdbfce5fc 100644 --- a/rostests/apitests/user32/DeferWindowPos.c +++ b/rostests/apitests/user32/DeferWindowPos.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Thomas Faber */ -#include +#include + #include #include "helper.h" #include diff --git a/rostests/apitests/user32/DestroyCursorIcon.c b/rostests/apitests/user32/DestroyCursorIcon.c index f1dd06f1822..df91a41e0de 100644 --- a/rostests/apitests/user32/DestroyCursorIcon.c +++ b/rostests/apitests/user32/DestroyCursorIcon.c @@ -1,4 +1,6 @@ -#include + +#include + #include #include diff --git a/rostests/apitests/user32/DrawIconEx.c b/rostests/apitests/user32/DrawIconEx.c index 5642bba2c03..b3a7cc354f3 100644 --- a/rostests/apitests/user32/DrawIconEx.c +++ b/rostests/apitests/user32/DrawIconEx.c @@ -1,4 +1,6 @@ -#include + +#include + #include #include diff --git a/rostests/apitests/user32/GetIconInfo.c b/rostests/apitests/user32/GetIconInfo.c index 7945113d828..9186ad5cf04 100644 --- a/rostests/apitests/user32/GetIconInfo.c +++ b/rostests/apitests/user32/GetIconInfo.c @@ -1,4 +1,6 @@ -#include + +#include + #include #include diff --git a/rostests/apitests/user32/GetKeyState.c b/rostests/apitests/user32/GetKeyState.c index 292eddd2aaf..df904610624 100644 --- a/rostests/apitests/user32/GetKeyState.c +++ b/rostests/apitests/user32/GetKeyState.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Giannis Adamopoulos */ -#include +#include + #include #include diff --git a/rostests/apitests/user32/GetPeekMessage.c b/rostests/apitests/user32/GetPeekMessage.c index da1f33625a0..cbcbe053c34 100644 --- a/rostests/apitests/user32/GetPeekMessage.c +++ b/rostests/apitests/user32/GetPeekMessage.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Thomas Faber */ -#include +#include + #include void Test_GetMessage(HWND hWnd) diff --git a/rostests/apitests/user32/GetSystemMetrics.c b/rostests/apitests/user32/GetSystemMetrics.c index f4e335d5b09..f969a41cc40 100644 --- a/rostests/apitests/user32/GetSystemMetrics.c +++ b/rostests/apitests/user32/GetSystemMetrics.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Timo Kreuzer */ -#include +#include + #include #include diff --git a/rostests/apitests/user32/InitializeLpkHooks.c b/rostests/apitests/user32/InitializeLpkHooks.c index fa36f1b4973..5090baa53b1 100644 --- a/rostests/apitests/user32/InitializeLpkHooks.c +++ b/rostests/apitests/user32/InitializeLpkHooks.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Magnus Olsen */ -#include +#include + #include typedef struct _LPK_LPEDITCONTROL_LIST diff --git a/rostests/apitests/user32/LoadImage.c b/rostests/apitests/user32/LoadImage.c index 914d8190c83..2e308bcf5bd 100644 --- a/rostests/apitests/user32/LoadImage.c +++ b/rostests/apitests/user32/LoadImage.c @@ -1,5 +1,7 @@ + +#include + #include -#include #include #include diff --git a/rostests/apitests/user32/RealGetWindowClass.c b/rostests/apitests/user32/RealGetWindowClass.c index 622a01ec0d7..885dc4dbe3e 100644 --- a/rostests/apitests/user32/RealGetWindowClass.c +++ b/rostests/apitests/user32/RealGetWindowClass.c @@ -5,8 +5,9 @@ * PROGRAMMERS: Gregor Gullwi */ +#include + #include -#include #include #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) diff --git a/rostests/apitests/user32/ScrollDC.c b/rostests/apitests/user32/ScrollDC.c index 97211cafc9e..33bae38899a 100644 --- a/rostests/apitests/user32/ScrollDC.c +++ b/rostests/apitests/user32/ScrollDC.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Timo Kreuzer */ -#include +#include + #include #include diff --git a/rostests/apitests/user32/ScrollWindowEx.c b/rostests/apitests/user32/ScrollWindowEx.c index a765ed3df8f..2c0ce9679ed 100644 --- a/rostests/apitests/user32/ScrollWindowEx.c +++ b/rostests/apitests/user32/ScrollWindowEx.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Timo Kreuzer */ -#include +#include + #include #include diff --git a/rostests/apitests/user32/SetActiveWindow.c b/rostests/apitests/user32/SetActiveWindow.c index d3a9963481b..6688c112286 100644 --- a/rostests/apitests/user32/SetActiveWindow.c +++ b/rostests/apitests/user32/SetActiveWindow.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Giannis Adamopoulos */ -#include +#include + #include #include #include "helper.h" diff --git a/rostests/apitests/user32/SetCursorPos.c b/rostests/apitests/user32/SetCursorPos.c index 2aea43ab590..8e429fa92c4 100644 --- a/rostests/apitests/user32/SetCursorPos.c +++ b/rostests/apitests/user32/SetCursorPos.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Giannis Adamopoulos */ -#include +#include + #include #include #include diff --git a/rostests/apitests/user32/SystemParametersInfo.c b/rostests/apitests/user32/SystemParametersInfo.c index a86b249fbb3..8f6e99f4d16 100644 --- a/rostests/apitests/user32/SystemParametersInfo.c +++ b/rostests/apitests/user32/SystemParametersInfo.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Giannis Adamopoulos */ -#include +#include + #include #include #include "helper.h" diff --git a/rostests/apitests/user32/TrackMouseEvent.c b/rostests/apitests/user32/TrackMouseEvent.c index 4e78b5e9efa..7c9c0f7fdce 100644 --- a/rostests/apitests/user32/TrackMouseEvent.c +++ b/rostests/apitests/user32/TrackMouseEvent.c @@ -5,7 +5,8 @@ * PROGRAMMERS: Giannis Adamopoulos */ -#include +#include + #include #include #include "helper.h" diff --git a/rostests/apitests/user32/WndProc.c b/rostests/apitests/user32/WndProc.c index 5288104c27d..337f36586cf 100644 --- a/rostests/apitests/user32/WndProc.c +++ b/rostests/apitests/user32/WndProc.c @@ -5,7 +5,8 @@ * PROGRAMMERS: */ -#include +#include + #include #include diff --git a/rostests/apitests/user32/desktop.c b/rostests/apitests/user32/desktop.c index 92d65706597..ce1a9d8b9ff 100644 --- a/rostests/apitests/user32/desktop.c +++ b/rostests/apitests/user32/desktop.c @@ -5,8 +5,9 @@ * PROGRAMMERS: Giannis Adamopoulos */ +#include + #include -#include #include #include #include "helper.h" diff --git a/rostests/apitests/user32/helper.c b/rostests/apitests/user32/helper.c index 4d30db4eefe..b679ac20000 100644 --- a/rostests/apitests/user32/helper.c +++ b/rostests/apitests/user32/helper.c @@ -5,8 +5,9 @@ * PROGRAMMERS: Giannis Adamopoulos */ +#include + #include -#include #include #include "helper.h" #include diff --git a/rostests/apitests/user32/resource.h b/rostests/apitests/user32/resource.h index 1fbdfca579c..8435d9ff725 100644 --- a/rostests/apitests/user32/resource.h +++ b/rostests/apitests/user32/resource.h @@ -1,3 +1,2 @@ - #define IDI_TEST 1000 diff --git a/rostests/apitests/user32/testlist.c b/rostests/apitests/user32/testlist.c index 008c11ffae1..26cb81030e4 100644 --- a/rostests/apitests/user32/testlist.c +++ b/rostests/apitests/user32/testlist.c @@ -1,7 +1,7 @@ #define __ROS_LONG64__ #define STANDALONE -#include +#include extern void func_AttachThreadInput(void); extern void func_CreateIconFromResourceEx(void);