mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
- [Win32k] Missed this one for rev 44423. Return invalid index not invalid parameter. No pass all SetWindowLongPtr wine tests.
svn path=/trunk/; revision=44444
This commit is contained in:
@@ -3944,7 +3944,7 @@ co_UserSetWindowLong(HWND hWnd, DWORD Index, LONG NewValue, BOOL Ansi)
|
||||
|
||||
default:
|
||||
DPRINT1("NtUserSetWindowLong(): Unsupported index %d\n", Index);
|
||||
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
||||
SetLastWin32Error(ERROR_INVALID_INDEX);
|
||||
OldValue = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user