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.filters
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.filters')
-rw-r--r--sanear.vcxproj.filters6
1 files changed, 0 insertions, 6 deletions
diff --git a/sanear.vcxproj.filters b/sanear.vcxproj.filters
index 4cb7f94..aa707a8 100644
--- a/sanear.vcxproj.filters
+++ b/sanear.vcxproj.filters
@@ -68,9 +68,6 @@
<ClCompile Include="src\DspRealtimeRate.cpp">
<Filter>Processors</Filter>
</ClCompile>
- <ClCompile Include="src\MMNotificationClient.cpp">
- <Filter>Renderer</Filter>
- </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\DspMatrix.h">
@@ -150,9 +147,6 @@
<ClInclude Include="src\DspRealtimeRate.h">
<Filter>Processors</Filter>
</ClInclude>
- <ClInclude Include="src\MMNotificationClient.h">
- <Filter>Renderer</Filter>
- </ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="DirectShow">