Switch to using wide strings in the injector
This commit is contained in:
@ -34,7 +34,8 @@ executable(
|
||||
'src/inject.c',
|
||||
exe_res_files,
|
||||
include_directories: include_dir,
|
||||
name_prefix: ''
|
||||
name_prefix: '',
|
||||
link_args: '-municode'
|
||||
)
|
||||
|
||||
# Dll that will be injected into the launcher
|
||||
@ -44,5 +45,6 @@ shared_library(
|
||||
'src/inject.c',
|
||||
dll_res_files,
|
||||
include_directories: include_dir,
|
||||
name_prefix: ''
|
||||
name_prefix: '',
|
||||
link_args: '-municode'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user