LookingGlass/host/platform/Windows
Quantum 1761ea2b9b [host] windows: move log path to %ProgramData%\Looking Glass (host)
Instead of using %windir%\Temp, which is not accessible by default and
contains a lot of unrelated files, as the location for our log files,
this commit moves it to %ProgramData%\Looking Glass (host), which will
be a dedicated directory just for the LG host log files. This applies
to both the host application logs and the service logs.

Also, we now switched to using PathCombineA from shlwapi.dll instead
of using snprintf, which greatly simplifies the code. PathCombineA
guarantees that the path would not overflow a buffer of MAX_PATH.
2021-01-29 15:56:01 +11:00
..
capture [host] nvfbc: always update cursor shape on startup 2021-01-28 11:18:02 +11:00
include/windows [host] nvfbc: force composition to capture some full screen apps 2021-01-21 12:14:03 +11:00
src [host] windows: move log path to %ProgramData%\Looking Glass (host) 2021-01-29 15:56:01 +11:00
app.manifest [host] set the program name/description in the app.manifest 2020-10-19 01:56:03 +11:00
CMakeLists.txt [host] windows: move log path to %ProgramData%\Looking Glass (host) 2021-01-29 15:56:01 +11:00
installer.nsi [host] installer: include the debug PDB if it is available 2021-01-26 22:55:25 +11:00
resource.rc [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00