comctl32: Simplify is_textT by omitting isW.

Gerald Pfeifer gerald at pfeifer.com
Sun Aug 15 17:04:44 CDT 2010


On Mon, 10 May 2010, Nikolay Sivov wrote:
>> -static inline BOOL is_textT(LPCWSTR text, BOOL isW)
>> +static inline BOOL is_textT(LPCWSTR text)
>> 
> There's no reason to keep this helper then. It's better to rename 
> is_textW() to is_text() and remove is_textT().

Excellent idea.  I'll submit a patch to the extent in a minute (and
sorry that this has taken three months).

Gerald



More information about the wine-devel mailing list