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

7 lines
76 B
C++
Raw Normal View History

2021-09-06 18:40:37 -04:00
#pragma once
namespace tls
{
PIMAGE_TLS_DIRECTORY allocate_tls_index();
}