wxWidgets/include
Vadim Zeitlin 5e29b26d9e Preserve Win32 last error in wxTlsKey::Get()
::TlsGetValue() resets the last error code which means that the previous last
error is lost, but it shouldn't as we might be in the middle of logging it
with wxLogSysError(). So preserve the last error explicitly.

Closes #17209.
2015-10-16 20:20:42 +02:00
..
msvc/wx Recognize MSVC 14 a.k.a. Visual Studio 2015 compiler. 2015-05-08 02:24:10 +02:00
wx Preserve Win32 last error in wxTlsKey::Get() 2015-10-16 20:20:42 +02:00