[host] windows: handle graceful shutdown on user switch

This commit is contained in:
Geoffrey McRae
2024-03-06 15:02:37 +11:00
parent 6a72633674
commit 545e736389
4 changed files with 185 additions and 161 deletions

View File

@@ -37,7 +37,7 @@
int app_main(int argc, char * argv[]);
bool app_init(void);
void app_shutdown(void);
void app_quit(void);
void app_quit(int exitcode);
// these must be implemented for each OS
const char * os_getExecutable(void);