7 lines
76 B
C++
Raw Normal View History

2021-09-07 00:40:37 +02:00
#pragma once
namespace tls
{
PIMAGE_TLS_DIRECTORY allocate_tls_index();
}