W-related helper functions for our tests

Detlef Riekenberg wine.dev at web.de
Sun Jun 21 04:04:41 CDT 2009


On Fr, 2009-06-19 at 12:44 +0200, Paul Vriens wrote:

> I was wondering if it would make sense to introduce several helper 
> functions that could be used by all our tests.
> 
> The main ones needed are the ones to cope with Win9x missing several 
> W-functions.
> 
> Another one used quite often in the tests is something like wine_dbgstr_w.
> 
> Yet another one compares a W with an A-string.
> 
> Ideas, remarks, suggestions?

+1

debugstr_w is used often.
With lstrcpyW, the results can be stored in UNICODE without loosing
informations (CP_ACP) / without stumble over unsupported Codepages
(CP_UTF8)

-- 
 
By by ... Detlef




More information about the wine-devel mailing list