[BASESRV]: Fix inverted definition of BASE_CREATE_THREAD. Now Windows' kernel32.dll can create threads :) And so RPC now works, and services.exe + all the services now initailize and run correctly. userinit.exe now dies with 0xC0000005.

svn path=/trunk/; revision=59983
This commit is contained in:
Alex Ionescu
2013-09-04 05:06:19 +00:00
parent f5f5edbd4a
commit fb738a2fab
+1 -1
View File
@@ -106,8 +106,8 @@ typedef struct
typedef struct
{
CLIENT_ID ClientId;
HANDLE ThreadHandle;
CLIENT_ID ClientId;
} BASE_CREATE_THREAD, *PBASE_CREATE_THREAD;
typedef struct