[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.
This commit is contained in:
Timo Kreuzer 2023-09-21 23:38:02 +03:00
parent 97e53c6963
commit 7b38f80119
2 changed files with 5 additions and 2 deletions