7 lines
76 B
C++
7 lines
76 B
C++
#pragma once
|
|
|
|
namespace tls
|
|
{
|
|
PIMAGE_TLS_DIRECTORY allocate_tls_index();
|
|
}
|