[APITESTS:USER32]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 22 Sep 2013 18:17:54 +0000 (18:17 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 22 Sep 2013 18:17:54 +0000 (18:17 +0000)
Make it use apitest.h

svn path=/trunk/; revision=60314

23 files changed:
rostests/apitests/user32/AttachThreadInput.c
rostests/apitests/user32/CreateIconFromResourceEx.c
rostests/apitests/user32/DeferWindowPos.c
rostests/apitests/user32/DestroyCursorIcon.c
rostests/apitests/user32/DrawIconEx.c
rostests/apitests/user32/GetIconInfo.c
rostests/apitests/user32/GetKeyState.c
rostests/apitests/user32/GetPeekMessage.c
rostests/apitests/user32/GetSystemMetrics.c
rostests/apitests/user32/InitializeLpkHooks.c
rostests/apitests/user32/LoadImage.c
rostests/apitests/user32/RealGetWindowClass.c
rostests/apitests/user32/ScrollDC.c
rostests/apitests/user32/ScrollWindowEx.c
rostests/apitests/user32/SetActiveWindow.c
rostests/apitests/user32/SetCursorPos.c
rostests/apitests/user32/SystemParametersInfo.c
rostests/apitests/user32/TrackMouseEvent.c
rostests/apitests/user32/WndProc.c
rostests/apitests/user32/desktop.c
rostests/apitests/user32/helper.c
rostests/apitests/user32/resource.h
rostests/apitests/user32/testlist.c

index 3f8e3b0..c8a95ff 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Giannis Adamopoulos
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 #include "helper.h"
index 42ce1e8..b0e7251 100644 (file)
@@ -1,4 +1,6 @@
-#include <wine/test.h>
+
+#include <apitest.h>
+
 #include <winuser.h>
 
 START_TEST(CreateIconFromResourceEx)
index ee38a82..21cdbfc 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Thomas Faber
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <winuser.h>
 #include "helper.h"
 #include <undocuser.h>
index f1dd06f..df91a41 100644 (file)
@@ -1,4 +1,6 @@
-#include <wine/test.h>
+
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 
index 5642bba..b3a7cc3 100644 (file)
@@ -1,4 +1,6 @@
-#include <wine/test.h>
+
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 
index 7945113..9186ad5 100644 (file)
@@ -1,4 +1,6 @@
-#include <wine/test.h>
+
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 
index 292eddd..df90461 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Giannis Adamopoulos
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <winuser.h>
 #include <assert.h>
 
index da1f336..cbcbe05 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Thomas Faber
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <winuser.h>
 
 void Test_GetMessage(HWND hWnd)
index f4e335d..f969a41 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Timo Kreuzer
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 
index fa36f1b..5090baa 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Magnus Olsen
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <winuser.h>
 
 typedef struct _LPK_LPEDITCONTROL_LIST
index 914d819..2e308bc 100644 (file)
@@ -1,5 +1,7 @@
+
+#include <apitest.h>
+
 #include <stdio.h>
-#include <wine/test.h>
 #include <wingdi.h>
 #include <winuser.h>
 
index 622a01e..885dc4d 100644 (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]))
index 97211ca..33bae38 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Timo Kreuzer
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 
index a765ed3..2c0ce96 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Timo Kreuzer
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 
index d3a9963..6688c11 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Giannis Adamopoulos
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 #include "helper.h"
index 2aea43a..8e429fa 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Giannis Adamopoulos
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 #include <assert.h>
index a86b249..8f6e99f 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Giannis Adamopoulos
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 #include "helper.h"
index 4e78b5e..7c9c0f7 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:     Giannis Adamopoulos
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 #include "helper.h"
index 5288104..337f365 100644 (file)
@@ -5,7 +5,8 @@
  * PROGRAMMERS:
  */
 
-#include <wine/test.h>
+#include <apitest.h>
+
 #include <wingdi.h>
 #include <winuser.h>
 
index 92d6570..ce1a9d8 100644 (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"
index 4d30db4..b679ac2 100644 (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>
index 008c11f..26cb810 100644 (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);