mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[GDI32]
Add a DPRINT svn path=/trunk/; revision=58374
This commit is contained in:
@@ -241,6 +241,8 @@ SetMetaFileBitsEx(
|
||||
if (!size || mh_in->mtType != METAFILE_MEMORY || mh_in->mtVersion != 0x300 ||
|
||||
mh_in->mtHeaderSize != sizeof(METAHEADER) / 2)
|
||||
{
|
||||
DPRINT1("SetMetaFileBitsEx failed: %lu,%lu,0x&lx,%lu\n",
|
||||
size, mh_in->mtType, mh_in->mtVersion, mh_in->mtHeaderSize);
|
||||
SetLastError(ERROR_INVALID_DATA);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user