pOleCreateFontIndirect = (void*)GetProcAddress(hOleaut32, "OleCreateFontIndirect");
if (!pOleCreateFontIndirect)
{
- skip("OleCreateFontIndirect not available\n");
+ win_skip("OleCreateFontIndirect not available\n");
return;
}
if(!pOleCreatePictureIndirect)
{
- skip("Skipping OleCreatePictureIndirect tests\n");
+ win_skip("Skipping OleCreatePictureIndirect tests\n");
return;
}
pOleCreatePictureIndirect = (void*)GetProcAddress(hOleaut32, "OleCreatePictureIndirect");
if (!pOleLoadPicture)
{
- skip("OleLoadPicture is not available\n");
+ win_skip("OleLoadPicture is not available\n");
return;
}
GetLocaleInfoW(LOCALE_USER_DEFAULT, 0, NULL, 0);
if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
{
- skip("GetLocaleInfoW is not implemented\n");
+ win_skip("GetLocaleInfoW is not implemented\n");
return;
}
/* Get a conversion function ptr, return if function not available */
#define CHECKPTR(func) p##func = (void*)GetProcAddress(hOleaut32, #func); \
if (!p##func) { \
- skip("function " # func " not available, not testing it\n"); return; }
+ win_skip("function " # func " not available, not testing it\n"); return; }
/* Is a given function exported from oleaut32? */
#define HAVE_FUNC(func) ((void*)GetProcAddress(hOleaut32, #func) != NULL)
if (!HAVE_OLEAUT32_I8)
{
- skip("I8 and UI8 data types are not available\n");
+ win_skip("I8 and UI8 data types are not available\n");
return;
}
if (!HAVE_OLEAUT32_I8)
{
- skip("I8 and UI8 data types are not available\n");
+ win_skip("I8 and UI8 data types are not available\n");
return;
}
if (!HAVE_OLEAUT32_I8)
{
- skip("I8 and UI8 data types are not available\n");
+ win_skip("I8 and UI8 data types are not available\n");
return;
}
if (!HAVE_OLEAUT32_I8)
{
- skip("I8 and UI8 data types are not available\n");
+ win_skip("I8 and UI8 data types are not available\n");
return;
}