mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-12 11:08:14 +00:00
[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user