[USER32_APITEST] Add a PCH.

This commit is contained in:
Amine Khaldi 2017-12-02 21:17:22 +01:00
parent 283bbe7346
commit c39b0fc667
39 changed files with 67 additions and 196 deletions

View file

@ -5,14 +5,7 @@
* PROGRAMMERS: Giannis Adamopoulos
*/
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#include <undocuser.h>
#include <msgtrace.h>
#include <user32testhelpers.h>
#include "precomp.h"
HWND hWnd1, hWnd2;
@ -193,4 +186,4 @@ START_TEST(SystemParametersInfo)
DestroyWindow(hWnd1);
DestroyWindow(hWnd2);
UnregisterClassW(L"sysparamstest", 0);
}
}