Partial patch of larger rosrtl removal patch. This one merely is a structure fix...
[reactos.git] / reactos / subsys / smss / initss.c
index 10e26b3..bc180df 100644 (file)
@@ -51,7 +51,7 @@ static NTSTATUS
 SmpRegisterSmss(VOID)
 {
        NTSTATUS Status = STATUS_SUCCESS;
-       RTL_PROCESS_INFO ProcessInfo;
+       RTL_USER_PROCESS_INFORMATION ProcessInfo;
 
        
        DPRINT("SM: %s called\n",__FUNCTION__);