- Fix one "kernel32_winetest thread"

svn path=/trunk/; revision=41411
This commit is contained in:
Dmitry Chapyshev 2009-06-14 16:51:48 +00:00
parent 0cd158c9c5
commit 94ddb22266

View file

@ -697,7 +697,7 @@ SetThreadIdealProcessor(HANDLE hThread,
return -1; return -1;
} }
return dwIdealProcessor; return (DWORD)Status;
} }
/* /*