mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:02:07 +00:00
[GDIPLUS_WINETEST] Add a PCH.
This commit is contained in:
parent
5bd2230dc8
commit
cded6efd75
15 changed files with 62 additions and 128 deletions
|
@ -18,15 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
//#include "windows.h"
|
||||
#include <wine/test.h>
|
||||
#include <wingdi.h>
|
||||
#include <objbase.h>
|
||||
#include <gdiplus.h>
|
||||
#include "precomp.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