mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 12:33:38 +00:00
[USER32]
- Set last error on success in EnumClipboardFormats, as shown by user32:clipboard test svn path=/trunk/; revision=75022
This commit is contained in:
parent
5e10767ccd
commit
a41482aaa8
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ UINT
|
|||
WINAPI
|
||||
EnumClipboardFormats(UINT format)
|
||||
{
|
||||
SetLastError(NO_ERROR);
|
||||
return NtUserxEnumClipboardFormats(format);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue