LookingGlass/common/src/platform/windows
Tudor Brindus a46a3a2668 [all] use explicit void parameter lists
This makes it a compile-time error to call a function that semantically
takes no parameters with a nonzero number of arguments.

Previously, such code would still compile, but risk blowing up the stack
if a compiler chose to use something other than caller-cleanup calling
conventions.
2021-01-14 17:29:37 +11:00
..
CMakeLists.txt get display DPI info to scale mouse movement 2021-01-05 09:03:29 +11:00
crash.c [common/c-host] move agnostic code into common library 2020-01-02 22:21:42 +11:00
dpi.c get display DPI info to scale mouse movement 2021-01-05 09:03:29 +11:00
event.c [c-host] win: fixed improper signal detection in event code 2020-01-26 17:49:04 +11:00
ivshmem.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
sysinfo.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
thread.c [common/c-host] move agnostic code into common library 2020-01-02 22:21:42 +11:00
time.c use a timer for the LGMP host instead of a thread 2020-04-24 21:31:12 +10:00
windebug.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00