user32/tests: Use 'start' and 'end' variables in test comparisons

Hugh McMaster hugh.mcmaster at outlook.com
Thu Dec 17 05:19:51 CST 2015


On Thursday, 17 Dec 2015 18:55:23 +0800, Dmitry Timoshkov wrote:
> Hugh McMaster wrote:
> 
>> -    INT start,end;
>> +    unsigned short start, end;
> 
> This can't work.

In this case it does - but it is a technicality.

MSDN says typedef unsigned short WORD; but I should have used unsigned int here, as we cast to WPARAM / UINT_PTR.
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20151217/65342f85/attachment.html>


More information about the wine-devel mailing list