Sorry forgot to commit this file

svn path=/trunk/; revision=57455
This commit is contained in:
Timo Kreuzer 2012-10-01 23:10:10 +00:00
parent 3ab700cd66
commit 835f8fc099

View file

@ -20,6 +20,7 @@ ATOM AtomFlashWndState; // Window Flash State atom.
BOOL gbInitialized;
HINSTANCE hModClient = NULL;
BOOL ClientPfnInit = FALSE;
PEPROCESS gpepCSRSS;
/* PRIVATE FUNCTIONS *********************************************************/
@ -176,6 +177,9 @@ NtUserInitialize(
return STATUS_UNSUCCESSFUL;
}
/* Save EPROCESS of CSRSS */
gpepCSRSS = PsGetCurrentProcess();
// Initialize Power Request List.
// Initialize Media Change.
// InitializeGreCSRSS();