diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-10 13:56:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-10 13:56:24 +0300 |
commit | 97a16a6e09df80ffa3429e23a0174bd8daaa29a1 (patch) | |
tree | bc9ec915bfbcdfef2b655aacd8b4d02a80731196 /libs/hunspell/hunspell.vcxproj | |
parent | cb2caccb52c4044937c0d9e8eda7ddeb1d115e85 (diff) |
fix for loading hunspell project
Diffstat (limited to 'libs/hunspell/hunspell.vcxproj')
-rw-r--r-- | libs/hunspell/hunspell.vcxproj | 2 |
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>
|