mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
Fix polling of ShutdownNotify
svn path=/trunk/; revision=24484
This commit is contained in:
parent
e81472d5d0
commit
d395d0ad39
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
static LONG ShutdownNotify;
|
||||
static volatile LONG ShutdownNotify;
|
||||
static KEVENT ShutdownCompleteEvent;
|
||||
|
||||
/* DATA **********************************************************************/
|
||||
|
|
Loading…
Reference in a new issue