Searched hist:"7 b38f801" (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/c++/stlport/stl/config/ |
H A D | _windows.h | diff 7b38f801 Thu Sep 21 20:38:02 GMT 2023 Timo Kreuzer <timo.kreuzer@reactos.org> [STLPORT] Make stl thread-safe
Define _STLP_THREADS to make stl thread safe. Also remove defined(__BUILDING_STLPORT) from the preprocessor conditions for which STLPInterlockedExchangePointer is defined, because that function is used in _threads.h, which can get included by apps using the stl through stl headers.
|
H A D | _reactos.h | diff 7b38f801 Thu Sep 21 20:38:02 GMT 2023 Timo Kreuzer <timo.kreuzer@reactos.org> [STLPORT] Make stl thread-safe
Define _STLP_THREADS to make stl thread safe. Also remove defined(__BUILDING_STLPORT) from the preprocessor conditions for which STLPInterlockedExchangePointer is defined, because that function is used in _threads.h, which can get included by apps using the stl through stl headers.
|