h1-mod/src/client/loader/tls.hpp

7 lines
76 B
C++
Raw Normal View History

2022-02-03 14:05:24 -05:00
#pragma once
namespace tls
{
PIMAGE_TLS_DIRECTORY allocate_tls_index();
}