LookingGlass/host/platform/Windows/src
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
..
mousehook.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
platform.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
platform.h [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00
service.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
service.h [host] Windows: added missing service files 2020-08-11 12:27:04 +10:00