KERNEL32: Improve descriptions

Alexandre Julliard julliard at winehq.org
Sun Mar 5 05:13:22 CST 2006


Vitaly Lipatov <lav at etersoft.ru> writes:

> -UINT WINAPI GetTempFileNameW( LPCWSTR path, LPCWSTR prefix, UINT unique, LPWSTR buffer )
> +UINT WINAPI GetTempFileNameW( LPCWSTR lpPathName, LPCWSTR lpPrefixString, UINT uUnique, LPWSTR lpTempFileName )

*Please* don't change nice readable parameter names into the horrible
Hungarian line noise format.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list