mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[GDIPLUS_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
5f279f2d12
commit
e3f6657f95
13 changed files with 453 additions and 23 deletions
|
@ -18,7 +18,9 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include "objbase.h"
|
||||
#include "gdiplus.h"
|
||||
#include "wine/test.h"
|
||||
|
||||
#define expect(expected, got) ok(got == expected, "Expected %.8x, got %.8x\n", expected, got)
|
||||
#define expectf(expected, got) ok(got == expected, "Expected %.2f, got %.2f\n", expected, got)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue