diff options
| author | Tannin <sherb@gmx.net> | 2015-11-19 19:09:34 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-11-19 19:09:34 +0100 |
| commit | 4ff751fb7e592376de5faab44ab7dd6fe70dbdd0 (patch) | |
| tree | 937948ba4796cfe63612034b6fa41e288a7c49cc /src/shared | |
| parent | d8d81ee06f62c7636ac79d5c162db3e4e39f79a1 (diff) | |
some fixes/disabled code required since hook.dll is gone
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/appconfig.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc index e2dbfe20..ac6c210f 100644 --- a/src/shared/appconfig.inc +++ b/src/shared/appconfig.inc @@ -14,7 +14,6 @@ APPPARAM(std::wstring, iniFileName, L"ModOrganizer.ini") APPPARAM(std::wstring, proxyDLLTarget, L"steam_api.dll")
APPPARAM(std::wstring, proxyDLLOrig, L"steam_api_orig.dll") // needs to be identical to the value used in proxydll-project
APPPARAM(std::wstring, proxyDLLSource, L"proxy.dll")
-APPPARAM(std::wstring, hookDLLName, L"hook.dll") // needs to be identical to the value used in proxydll-project
APPPARAM(const wchar_t*, localSavePlaceholder, L"__MOProfileSave__\\")
APPPARAM(std::wstring, firstStepsTutorial, L"tutorial_firststeps_main.js")
|
