"Maarten Lankhorst" m.b.lankhorst@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.