Changeset 107538 in vbox for trunk/src/VBox/Main/src-global
- Timestamp:
- Jan 8, 2025 4:24:13 PM (6 weeks ago)
- svn:sync-xref-src-repo-rev:
- 166606
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp
r107537 r107538 152 152 m_Status.dwWaitHint = 3000; 153 153 154 m_dwThreadID = -1;154 m_dwThreadID = 0; 155 155 156 156 s_pInstance = this; … … 288 288 { 289 289 setServiceStatus(SERVICE_STOP_PENDING); 290 if (m_dwThreadID != -1)290 if (m_dwThreadID) 291 291 ::PostThreadMessage(m_dwThreadID, WM_QUIT, 0, 0); 292 292 LogFunc(("Windows Service stopped\n"));
Note:
See TracChangeset
for help on using the changeset viewer.