dlls/userenv: fixed stubs GetUserProfileDirectoryW/A (6)

Paul Vriens paul.vriens.wine at gmail.com
Fri Mar 6 07:04:31 CST 2009


Andreas Rosenberg wrote:
> 
> ------------------------------------------------------------------------
> 
> 
Hi,

Error during compilation:

userenv_main.c:181: warning: passing argument 1 of ‘GetUserNameW’ from 
incompatible pointer type

Shouldn't that line be:

res = GetUserNameW( userName, &sizeName );

-- 
Cheers,

Paul.



More information about the wine-devel mailing list