Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2015-09-17 22:22:41 +0300
committerAlex Marsev <alex.marsev@gmail.com>2015-09-18 07:24:04 +0300
commit65d1c3b1fb7802f420602db94ace04f6ad999712 (patch)
treee2dfefe9bd49f4df9b426cfb84f950f512e70199 /sanear.vcxproj
parent70189e6d1a9753f8e1f0b87627c64f69ca021358 (diff)
Don't expose notification client in global factory
It's not needed there and has potential issues with COM apartments. Also follow-up refactoring to the latest pull request.
Diffstat (limited to 'sanear.vcxproj')
-rw-r--r--sanear.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/sanear.vcxproj b/sanear.vcxproj
index bb7fa47..eb6d000 100644
--- a/sanear.vcxproj
+++ b/sanear.vcxproj
@@ -113,7 +113,6 @@
<ClInclude Include="src\DspRealtimeRate.h" />
<ClInclude Include="src\DspVolume.h" />
<ClInclude Include="src\Interfaces.h" />
- <ClInclude Include="src\MMNotificationClient.h" />
<ClInclude Include="src\MyBasicAudio.h" />
<ClInclude Include="src\MyPropertyPage.h" />
<ClInclude Include="src\MyTestClock.h" />
@@ -139,7 +138,6 @@
<ClCompile Include="src\DspTempo.cpp" />
<ClCompile Include="src\DspRealtimeRate.cpp" />
<ClCompile Include="src\DspVolume.cpp" />
- <ClCompile Include="src\MMNotificationClient.cpp" />
<ClCompile Include="src\MyBasicAudio.cpp" />
<ClCompile Include="src\MyFilter.cpp" />
<ClCompile Include="src\MyClock.cpp" />