LookingGlass/host/platform/Windows/src
Quantum 6a1ec9420e [host] service: compare SIDs directly without string conversion
Instead of converting every SID to string with ConvertSidToStringSidA
and compare it with the magical SID string for local system with strcmp,
we could instead create the local system SID and compare directly with
EqualSid.
2021-04-29 11:52:23 +10: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: re-implement open log safely 2021-03-22 09:06:07 +11:00
platform.h [host] windows: re-implement open log safely 2021-03-22 09:06:07 +11:00
service.c [host] service: compare SIDs directly without string conversion 2021-04-29 11:52:23 +10:00
service.h [host] return a proper exit code 2021-01-21 15:07:19 +11:00