Merge pull request #219 from glebm/patch-1

Thank you for the contribution!
This commit is contained in:
Ladislav Zezula
2021-05-01 23:20:21 +02:00
committed by GitHub

View File

@@ -34,7 +34,7 @@
// Local functions - platform-specific functions
#ifndef STORMLIB_WINDOWS
static DWORD nLastError = ERROR_SUCCESS;
static thread_local DWORD nLastError = ERROR_SUCCESS;
DWORD GetLastError()
{