taskmgr [try 3]: Converted some functions and variables to Unicode [1/12]

Nikolay Sivov bunglehead at gmail.com
Fri Aug 8 13:18:38 CDT 2008


Vladimir Pankratov wrote:

> -                GetLastErrorText(strErrorText, 260);
> +                GetLastErrorText(wstrErrorText, sizeof(wstrErrorText)/sizeof(WCHAR));

The same as of try2. You changed argument type in patch 1/12 but 
function GetLastErrorText will change later in 12/12.
So patches in series aren't not independent now cause after applying 
first you'll get broken GetLastErrorText call till you
applied the last (12th). Changing call and a function should be placed 
in a single path.



More information about the wine-devel mailing list