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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2011-08-07 23:52:16 +0400
committerUnderground78 <underground78@users.sourceforge.net>2011-08-07 23:52:16 +0400
commit5471777a7952b806434e0c9a959cc08ee648dcaa (patch)
tree7d0d1885e905d3ae65550309d916b25c408fb8ae /src/filters/transform/VSFilter/VSFilter.vcxproj
parent6da02ad7b229b91ded4bc62446552e4a1e24c3e8 (diff)
- Rename "hash" so that there is no ambiguity with std::hash.
- Avoid a macro redefinition. - Make some signed/unsigned conversions explicit. - Fix a few unused variables. - Reduce the scope of a few variables. - Don't use extra class name qualificater in header files. - Initilialize a few variables. - Fix the case for some file names. - Remove some useless casts. - Cosmetics (remove empty lines at the end of some files, ...) Patch by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3605 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/VSFilter/VSFilter.vcxproj')
-rw-r--r--src/filters/transform/VSFilter/VSFilter.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/transform/VSFilter/VSFilter.vcxproj b/src/filters/transform/VSFilter/VSFilter.vcxproj
index 5e206ad49..253e09e3f 100644
--- a/src/filters/transform/VSFilter/VSFilter.vcxproj
+++ b/src/filters/transform/VSFilter/VSFilter.vcxproj
@@ -195,7 +195,7 @@ update_version.bat
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Filter|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="StyleEditorDialog.cpp" />
- <ClCompile Include="systray.cpp" />
+ <ClCompile Include="Systray.cpp" />
<ClCompile Include="TextInputPin.cpp" />
<ClCompile Include="vfr.cpp" />
<ClCompile Include="VSFilter.cpp" />
@@ -214,7 +214,7 @@ update_version.bat
<ClInclude Include="Scale2x.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="StyleEditorDialog.h" />
- <ClInclude Include="systray.h" />
+ <ClInclude Include="Systray.h" />
<ClInclude Include="TextInputPin.h" />
<ClInclude Include="vfr.h" />
<ClInclude Include="VSFilter.h" />