mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +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:
@@ -37,6 +37,7 @@ UINT
|
||||
WINAPI
|
||||
EnumClipboardFormats(UINT format)
|
||||
{
|
||||
SetLastError(NO_ERROR);
|
||||
return NtUserxEnumClipboardFormats(format);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user