tinymux/client
Stephen Dennis df1d10d6e0 fix(#2211): win32gui defines CredStore::SetFilePath so it links again
#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>
2026-08-07 14:42:33 -06:00
..
android fix(#2206): Titan Android sets tcpNoDelay on the raw socket 2026-08-07 12:58:48 -06:00
console fix(#2205): console/win32gui set TCP_NODELAY on connect completion 2026-08-07 12:58:26 -06:00
ios fix(#2207): Titan iOS sets TCP noDelay on both parameter arms 2026-08-07 12:58:04 -06:00
shared Extract shared InputEditor for multi-line input editing 2026-03-20 09:27:19 -06:00
tf fix(tf): honour IAC GA / IAC EOR so prompts display immediately (#2195) 2026-08-07 11:04:52 -06:00
web fix(web/mcp): cap multiline reassembly pending size (#1889) 2026-07-31 09:27:38 -06:00
win32gui fix(#2211): win32gui defines CredStore::SetFilePath so it links again 2026-08-07 14:42:33 -06:00
design-atlantis-features.md Fix markdown. 2026-03-23 02:26:46 -06:00