Author: fireball
Date: Thu Aug 27 11:18:34 2009
New Revision: 42955

URL: http://svn.reactos.org/svn/reactos?rev=42955&view=rev
Log:
- Remove the window station hack, it's not really needed anymore. Window 
station is not properly created by winlogon.

Modified:
    branches/arwinss/reactos/dll/win32/user32/user_main.c

Modified: branches/arwinss/reactos/dll/win32/user32/user_main.c
URL: 
http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/user32/user_main.c?rev=42955&r1=42954&r2=42955&view=diff
==============================================================================
--- branches/arwinss/reactos/dll/win32/user32/user_main.c [iso-8859-1] 
(original)
+++ branches/arwinss/reactos/dll/win32/user32/user_main.c [iso-8859-1] Thu Aug 
27 11:18:34 2009
@@ -240,13 +240,6 @@
     {
         handle = OpenWindowStationW( winstation ? winstation : WinSta0, FALSE, 
WINSTA_ALL_ACCESS );
 
-        if (!handle)
-        {
-            /* the process has no window station */
-            FIXME("A process without a window station! Creating one for 
it...\n");
-            handle = CreateWindowStationW( winstation ? winstation : WinSta0, 
0, WINSTA_ALL_ACCESS, NULL );
-        }
-
         if (handle)
         {
             SetProcessWindowStation( handle );


Reply via email to