| Index: source/tools/genrb/genrb.vcxproj
|
| diff --git a/source/tools/genrb/genrb.vcxproj b/source/tools/genrb/genrb.vcxproj
|
| index b7f48efbfc6648818281055c08e6234c176e94b7..919694d93b80fa84a952e4ef12dcb69f41b7bd0b 100644
|
| --- a/source/tools/genrb/genrb.vcxproj
|
| +++ b/source/tools/genrb/genrb.vcxproj
|
| @@ -240,7 +240,9 @@
|
| <ItemGroup>
|
| <ClCompile Include="errmsg.c" />
|
| <ClCompile Include="genrb.c" />
|
| - <ClCompile Include="parse.cpp" />
|
| + <ClCompile Include="parse.cpp">
|
| + <DisableLanguageExtensions>false</DisableLanguageExtensions>
|
| + </ClCompile>
|
| <ClCompile Include="prscmnts.cpp" />
|
| <ClCompile Include="rbutil.c" />
|
| <ClCompile Include="read.c" />
|
| @@ -278,4 +280,4 @@
|
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| <ImportGroup Label="ExtensionTargets">
|
| </ImportGroup>
|
| -</Project>
|
| +</Project>
|
|
|