user32: Fix enumeration and add tests for EnumWindowStations and EnumDesktops, try X

Alexandre Julliard julliard at winehq.org
Tue Mar 11 06:34:00 CDT 2008


"Maarten Lankhorst" <m.b.lankhorst at gmail.com> writes:

> +static BOOL CALLBACK windowstationcallbackA(LPSTR winsta, LPARAM lp)
> +{
> +    trace("windowstationcallbackA called with argument %s\n", winsta);
> +    return lp;
> +}
> +
> +static BOOL CALLBACK openwindowstationcallbackA(LPSTR winsta, LPARAM lp)
> +{

Please use underscores to separate words in function names,
theselongstringswithoutspacesarepainfultoread.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list