LookingGlass/host/platform
Quantum 93d97424df [host] service: disable handle inheritance when spawning host
We don't actually have any handles that should be inherited, so specifying
TRUE for bInheritHandles to CreateProcessAsUserA is pointless.

Furthermore, according to MSDN, "[y]ou cannot inherit handles across
sessions," and we are spawning the host in a different session, so this
is even more pointless.
2021-04-29 11:51:41 +10:00
..
Linux [host] cmake: link correctly against libxcb-xfixes.so 2021-03-15 12:12:48 +11:00
Windows [host] service: disable handle inheritance when spawning host 2021-04-29 11:51:41 +10:00
CMakeLists.txt [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00