mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
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.