mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +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
|
@ -1,8 +1,5 @@
|
|||
|
||||
#include <apitest.h>
|
||||
|
||||
#include <winuser.h>
|
||||
#include <wingdi.h>
|
||||
#include "precomp.h"
|
||||
|
||||
START_TEST(CreateIconFromResourceEx)
|
||||
{
|
||||
|
@ -89,4 +86,4 @@ START_TEST(CreateIconFromResourceEx)
|
|||
ok(hcur1 == NULL, "\n");
|
||||
err = GetLastError();
|
||||
ok(err == 0x0badf00d, "err: %lu\n", err);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue