Changeset 96476 in vbox for trunk/src/VBox/Runtime/r3/win/thread-win.cpp
- Timestamp:
- Aug 25, 2022 2:46:22 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153324
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/thread-win.cpp ¶
r96407 r96476 195 195 DECLINLINE(void) rtThreadWinSetThreadName(PRTTHREADINT pThread, DWORD idThread) 196 196 { 197 if ( IsDebuggerPresent())197 if (g_pfnIsDebuggerPresent && g_pfnIsDebuggerPresent()) 198 198 rtThreadWinTellDebuggerThreadName(idThread, &pThread->szName[0]); 199 199
Note:
See TracChangeset
for help on using the changeset viewer.