[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,9 +5,8 @@
* PROGRAMMERS: Thomas Faber <thomas.faber@reactos.org>
*/
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#include "precomp.h"
#include <ndk/mmfuncs.h>
#include <ndk/pstypes.h>
#include <strsafe.h>
@ -465,4 +464,4 @@ START_TEST(GetUserObjectInformation)
{
TestGetUserObjectInfoW();
TestGetUserObjectInfoA();
}
}