fixed callback not released + unneded env func param
This commit is contained in:
parent
c60b6f71ed
commit
a3d00be3fe
5 changed files with 8 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue