mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[GDI32]
Add a DPRINT svn path=/trunk/; revision=58374
This commit is contained in:
parent
12a9a7b2cb
commit
69d6ad01cb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue