Fix IW6x conflicts

This commit is contained in:
Maurice Heumann 2021-04-05 17:08:28 +02:00
parent e1330d1294
commit 7ae4318094
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace steam_proxy
{
namespace
{
utils::binary_resource runner_file(RUNNER, "runner.exe");
utils::binary_resource runner_file(RUNNER, "s1x-runner.exe");
bool is_disabled()
{

View File

@ -8,7 +8,7 @@ namespace tls
{
namespace
{
utils::binary_resource tls_dll_file(TLS_DLL, "s1x_tlsdll.dll");
utils::binary_resource tls_dll_file(TLS_DLL, "s1x-tlsdll.dll");
}
PIMAGE_TLS_DIRECTORY allocate_tls_index()