mirror of
https://github.com/reactos/reactos.git
synced 2025-08-09 19:15:03 +00:00
[GDI32_WINETEST] Sync everything except dib.c with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
a84a503c62
commit
ff449c5f6f
16 changed files with 709 additions and 70 deletions
|
@ -19,7 +19,17 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
#include "winuser.h"
|
||||
#include "winerror.h"
|
||||
|
||||
#define expect(expected, got) ok(got == expected, "Expected %.8x, got %.8x\n", expected, got)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue