(svn r23389) -Fix (r11777, r12077, r12078): wrong include in strgen project

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
glx 13 years ago
parent 96b4e683a8
commit b1f45a81bd

@ -84,7 +84,7 @@
<ClInclude Include="..\src\debug.h" />
<ClInclude Include="..\src\core\endian_func.hpp" />
<ClInclude Include="..\src\stdafx.h" />
<ClInclude Include="..\src\string.h" />
<ClInclude Include="..\src\string_func.h" />
<ClInclude Include="..\src\misc\getoptdata.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

@ -26,7 +26,7 @@
<ClInclude Include="..\src\debug.h" />
<ClInclude Include="..\src\core\endian_func.hpp" />
<ClInclude Include="..\src\stdafx.h" />
<ClInclude Include="..\src\string.h" />
<ClInclude Include="..\src\string_func.h" />
<ClInclude Include="..\src\misc\getoptdata.h" />
</ItemGroup>
</Project>

@ -151,7 +151,7 @@
>
</File>
<File
RelativePath="..\src\string.h"
RelativePath="..\src\string_func.h"
>
</File>
<File

@ -151,7 +151,7 @@
>
</File>
<File
RelativePath="..\src\string.h"
RelativePath="..\src\string_func.h"
>
</File>
<File

Loading…
Cancel
Save