diff options
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 259a46402c..5bd2316a9a 100644 --- a/libs/hunspell/hunspell.vcxproj +++ b/libs/hunspell/hunspell.vcxproj @@ -31,7 +31,7 @@ </ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\*.c++">
+ <ClCompile Include="src\*.cxx">
<PreprocessorDefinitions>BUILDING_LIBHUNSPELL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
|