#include <wine/test.h>
#include <windows.h>
-#define TEST(x) ok(x, #x)
-#define RTEST(x) ok(x, #x)
+#define TEST(x) ok(x, #x"\n")
+#define RTEST(x) ok(x, #x"\n")
void Test_GetDIBits()
{
#include <reactos/win32k/ntgdityp.h>
#include <reactos/win32k/ntgdihdl.h>
-#define TEST(x) ok(x, #x)
-#define RTEST(x) ok(x, #x)
+#define TEST(x) ok(x, #x"\n")
+#define RTEST(x) ok(x, #x"\n")
void Test_GetStockObject()
{
#include <wine/test.h>
#include <windows.h>
-#define TEST(x) ok(x, #x)
-#define RTEST(x) ok(x, #x)
+#define TEST(x) ok(x, #x"\n")
+#define RTEST(x) ok(x, #x"\n")
void Test_GetTextExtentExPoint()
{
#include <wine/test.h>
#include <windows.h>
-#define TEST(x) ok(x, #x)
-#define RTEST(x) ok(x, #x)
+#define TEST(x) ok(x, #x"\n")
+#define RTEST(x) ok(x, #x"\n")
void Test_GetTextFace()
{
#include <reactos/win32k/ntgdityp.h>
#include <reactos/win32k/ntgdihdl.h>
-#define TEST(x) ok(x, #x)
-#define RTEST(x) ok(x, #x)
+#define TEST(x) ok(x, #x"\n")
+#define RTEST(x) ok(x, #x"\n")
void Test_SelectObject()
{
RTEST((UINT_PTR)SelectObject(hDC, hNewObj) == SIMPLEREGION); // ??? Why this?
DeleteObject(hNewObj);
// TEST(IsHandleValid(hNewObj) == TRUE);
-
+
RTEST(GetLastError() == ERROR_SUCCESS);
/* Test BITMAP */
#include <wine/test.h>
#include <windows.h>
-#define TEST(x) ok(x, #x)
-#define RTEST(x) ok(x, #x)
+#define TEST(x) ok(x, #x"\n")
+#define RTEST(x) ok(x, #x"\n")
void Test_SetMapMode()
{
#include <wine/test.h>
#include <windows.h>
-#define TEST(x) ok(x, #x)
-#define RTEST(x) ok(x, #x)
+#define TEST(x) ok(x, #x"\n")
+#define RTEST(x) ok(x, #x"\n")
#define NUM_SYSCOLORS 31
#include <wine/test.h>
#include <windows.h>
-#define TEST(x) ok(x, #x)
-#define RTEST(x) ok(x, #x)
+#define TEST(x) ok(x, #x"\n")
+#define RTEST(x) ok(x, #x"\n")
void Test_SetWindowExtEx()
{
//TEST(WindowExt.cy == 2700);
/* Values should be changed */
- ret = SetWindowExtEx(hDC,
+ ret = SetWindowExtEx(hDC,
4 * GetDeviceCaps(GetDC(0), HORZRES),
-4 * GetDeviceCaps(GetDC(0), VERTRES),
&WindowExt);