[host] windows: move the service log to the temp directory

Often this log is provided instead of the actual host log, as this
log is largely useless for debugging this moves it to the temp
directory out of view of the user.
This commit is contained in:
Geoffrey McRae
2024-03-06 13:11:48 +11:00
parent 9123984ecc
commit 6a72633674
3 changed files with 16 additions and 2 deletions

View File

@@ -51,5 +51,6 @@ struct MSG_CALL_FUNCTION
};
bool windowsSetupAPI(void);
const char *getSystemLogDirectory(void);
const char * getSystemTempDirectory(void);
const char * getSystemLogDirectory(void);
LRESULT sendAppMessage(UINT Msg, WPARAM wParam, LPARAM lParam);