mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
remove UNIMPLEMENTED from NtUserIsClipboardFormatAvailable and replace it with a DPRINT1 warning that it is not implemented. This change gets Irfanview working.
svn path=/trunk/; revision=9477
This commit is contained in:
parent
11a1d291a0
commit
fffba95c47
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ NtUserGetPriorityClipboardFormat(UINT *paFormatPriorityList, INT cFormats)
|
|||
BOOL STDCALL
|
||||
NtUserIsClipboardFormatAvailable(UINT format)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
DPRINT1("FIXME: NtUserIsClipboardFormatAvailable() is not implemented\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue