Fix the Windows build for the CASTInfo display driver.

This commit is contained in:
Jonathan Naylor
2019-05-11 11:40:08 +01:00
parent 2aa130e22f
commit ffd5cd1a0b
2 changed files with 8 additions and 0 deletions

View File

@@ -155,6 +155,7 @@
<ClInclude Include="AMBEFEC.h" />
<ClInclude Include="BCH.h" />
<ClInclude Include="BPTC19696.h" />
<ClInclude Include="CASTInfo.h" />
<ClInclude Include="Conf.h" />
<ClInclude Include="CRC.h" />
<ClInclude Include="Defines.h" />
@@ -249,6 +250,7 @@
<ClCompile Include="AMBEFEC.cpp" />
<ClCompile Include="BCH.cpp" />
<ClCompile Include="BPTC19696.cpp" />
<ClCompile Include="CASTInfo.cpp" />
<ClCompile Include="Conf.cpp" />
<ClCompile Include="CRC.cpp" />
<ClCompile Include="Display.cpp" />