mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Fix IW6x conflicts
This commit is contained in:
parent
e1330d1294
commit
7ae4318094
@ -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()
|
||||
{
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user