"Maarten Lankhorst" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
