Re: user32: Fix enumeration and add tests for EnumWindowStations and EnumDesktops, try X
11 Mar
2008
11 Mar
'08
11:34 a.m.
"Maarten Lankhorst" <m.b.lankhorst(a)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(a)winehq.org
6487
Age (days ago)
6487
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard