9 Commits

Author SHA1 Message Date
Arkadiusz Hiler
7d79990d4b steam_helper: Don't write garbage memory to libraryfolders.vdf.
buf_len is the size of allocated buffer, pos should be used instead when
determining how much to write.
2025-04-30 07:55:16 +03:00
Arkadiusz Hiler
ecebf8c6e6 steam_helper: Rename strappend's len to buf_size.
As it's the size of the buffer and grows in *2.
2025-04-30 07:47:52 +03:00
Arkadiusz Hiler
cd79459d5b steam_helper: Free retval of wine_get_dos_file_name() using HeapFree(). 2025-04-24 18:05:59 +03:00
Paul Gofman
5c4a530164 steam_helper: Create dummy SteamVR status window.
CW-Bug-Id: #24552
2025-04-24 18:05:59 +03:00
Rémi Bernon
948bcedcad steam_helper: Use CRT allocation functions.
CW-Bug-Id: #24510
2025-04-24 18:03:44 +03:00
Rémi Bernon
5ea24c6218 steam_helper: Use wcs instead of lstr functions.
CW-Bug-Id: #24510
2025-04-24 18:03:44 +03:00
Rémi Bernon
23d0a682e6 steam_helper: Use wide string literals.
CW-Bug-Id: #24510
2025-04-24 18:03:44 +03:00
Rémi Bernon
500c38f34b steam_helper: Build with msvcrt.
CW-Bug-Id: #24510
2025-04-24 18:03:43 +03:00
Rémi Bernon
8916378d66 steam_helper: Build as a C source.
CW-Bug-Id: #24510
2025-04-24 18:03:43 +03:00