mirror of
https://github.com/brazilofmux/tinymux
synced 2026-08-13 00:23:11 -04:00
#1891 added a CredStore::SetFilePath() call to the shared client/console/src/world.cpp and implemented it in console's credential_store. win32gui compiles that same world.cpp but has its own Credential Manager backend, which had no such function, so win32gui.exe has failed to link with LNK2019 since 2026-07-31. Define it here as a documented no-op. Credential Manager is keyed by target name, not backed by a file, so there is genuinely no path to set. Deliberately NOT consolidating onto console's credential_store.cpp, which is cross-platform and a strict superset on Windows: the two backends use different Credential Manager target prefixes -- console "HydraConsole:" versus win32gui "Titan:". Switching would leave every password the GUI client has already saved stranded under the old target name. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| console | ||
| ios | ||
| shared | ||
| tf | ||
| web | ||
| win32gui | ||
| design-atlantis-features.md | ||