diff --git a/libraries/boost/libs/thread/src/win32/tss_pe.cpp b/libraries/boost/libs/thread/src/win32/tss_pe.cpp index f1a78369f..235d94fdd 100644 --- a/libraries/boost/libs/thread/src/win32/tss_pe.cpp +++ b/libraries/boost/libs/thread/src/win32/tss_pe.cpp @@ -113,7 +113,7 @@ extern BOOL (WINAPI * const _pDefaultRawDllMainOrig)(HANDLE, DWORD, LPVOID) = NU //Definitions required by implementation #if (_MSC_VER < 1300) || (_MSC_VER > 1941) // 1300 == VC++ 7.0, 1941 == VC++ 14.32 - typedef void(__cdecl* _PVFV)(); + typedef void(__cdecl *_PVFV)(); #define INIRETSUCCESS #define PVAPI void __cdecl #else