fixing graceful shutdown on Win7 and IISExpress

This commit is contained in:
pan-wang 2017-01-23 15:33:17 -08:00
parent 66b98a1c04
commit 044648a213
2 changed files with 494 additions and 478 deletions

View File

@ -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