mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
Silence stupid compiler which doesn't know what it is talking about
svn path=/trunk/; revision=12751
This commit is contained in:
parent
10763448ee
commit
41c18f8e50
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ IntDestroyCurIconObject(PWINSTATION_OBJECT WinStaObject, PCURICON_OBJECT Object,
|
|||
HBITMAP bmpMask, bmpColor;
|
||||
BOOLEAN Ret;
|
||||
PLIST_ENTRY Search;
|
||||
PCURICON_PROCESS Current;
|
||||
PCURICON_PROCESS Current = NULL;
|
||||
PW32PROCESS W32Process = PsGetWin32Process();
|
||||
|
||||
ExAcquireFastMutex(&Object->Lock);
|
||||
|
|
Loading…
Reference in a new issue