Преглед изворни кода

Bug 2093: Failure when starting parallel FTP background transfers

https://winscp.net/tracker/2093

Source commit: 190910cc62391da49f83908a4f7a48a087ebde42
Martin Prikryl пре 3 година
родитељ
комит
c9059f0776
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      libs/mfc/source/except.cpp

+ 1 - 1
libs/mfc/source/except.cpp

@@ -45,7 +45,7 @@ static char THIS_FILE[] = __FILE__;
 // AFX_EXCEPTION_CONTEXT (thread global state)
 
 // WINSCP
-AFX_EXCEPTION_CONTEXT m_exceptionContext;
+AFX_EXCEPTION_CONTEXT __thread m_exceptionContext;
 
 inline AFX_EXCEPTION_CONTEXT* AfxGetExceptionContext()
 {