iw5-mod/src/a.cpp

6 lines
179 B
C++
Raw Normal View History

2019-01-20 11:29:37 -05:00
#include "std_include.hpp"
// The naming of the file enforces early linking and thus
// a better placement in the tls segment
2022-05-16 08:02:15 -04:00
__declspec(thread) char tls_data[TLS_PAYLOAD_SIZE];