summaryrefslogtreecommitdiff
path: root/libs/hunspell/hunspell.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-10 13:56:24 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-10 13:56:24 +0300
commit97a16a6e09df80ffa3429e23a0174bd8daaa29a1 (patch)
treebc9ec915bfbcdfef2b655aacd8b4d02a80731196 /libs/hunspell/hunspell.vcxproj
parentcb2caccb52c4044937c0d9e8eda7ddeb1d115e85 (diff)
fix for loading hunspell project
Diffstat (limited to 'libs/hunspell/hunspell.vcxproj')
-rw-r--r--libs/hunspell/hunspell.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hunspell/hunspell.vcxproj b/libs/hunspell/hunspell.vcxproj
index 5bd2316a9a..259a46402c 100644
--- a/libs/hunspell/hunspell.vcxproj
+++ b/libs/hunspell/hunspell.vcxproj
@@ -31,7 +31,7 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\*.cxx">
+ <ClCompile Include="src\*.c++">
<PreprocessorDefinitions>BUILDING_LIBHUNSPELL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>