fixing graceful shutdown on Win7 and IISExpress
This commit is contained in:
parent
66b98a1c04
commit
044648a213
|
|
@ -219,7 +219,7 @@ private:
|
|||
STRU m_struFullLogFile;
|
||||
STTIMER m_Timer;
|
||||
HANDLE m_hStdoutHandle;
|
||||
volatile BOOL m_fStopping;
|
||||
volatile LONG m_lStopping;
|
||||
volatile BOOL m_fReady;
|
||||
CRITICAL_SECTION m_csLock;
|
||||
SOCKET m_socket;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue