LookingGlass/host/platform/Windows/src
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
..
force_compose.c [host] nvfbc: force composition to capture some full screen apps 2021-01-21 12:14:03 +11:00
mousehook.c [host] nvfbc: generate cursor position update on startup 2021-01-28 11:18:02 +11:00
platform.c [host] windows: move log path to %ProgramData%\Looking Glass (host) 2021-01-29 15:56:01 +11:00
platform.h [host] windows: move log path to %ProgramData%\Looking Glass (host) 2021-01-29 15:56:01 +11:00
service.c [host] windows: move log path to %ProgramData%\Looking Glass (host) 2021-01-29 15:56:01 +11:00
service.h [host] return a proper exit code 2021-01-21 15:07:19 +11:00