fixed callback not released + unneded env func param

This commit is contained in:
Hane 2025-01-16 18:09:02 +01:00
commit a3d00be3fe
5 changed files with 8 additions and 4 deletions

View file

@ -211,7 +211,7 @@ class EndpointNewSessionCallback : public IAudioSessionNotification {
namespace Environment {
wchar_t* getExeAbsPath(uint32_t *exeAbsPathLength);
std::string createSettingsPath(SettingsTargetDirectory target, bool create);
std::string createSettingsPath(SettingsTargetDirectory target);
void populateSystemValues();
void openControlPanel();
ProcessedNativeEvent processTopLevelWindowMessage(void* msg);