mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:22:22 +00:00
[USER32_APITEST] Add a PCH.
This commit is contained in:
parent
283bbe7346
commit
c39b0fc667
39 changed files with 67 additions and 196 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue