Fixed Windows build
This commit is contained in:
parent
03210bff7e
commit
f423813732
3 changed files with 19 additions and 17 deletions
|
@ -179,20 +179,21 @@
|
||||||
<ClCompile Include="..\..\..\test\testautomation.c" />
|
<ClCompile Include="..\..\..\test\testautomation.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_audio.c" />
|
<ClCompile Include="..\..\..\test\testautomation_audio.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_clipboard.c" />
|
<ClCompile Include="..\..\..\test\testautomation_clipboard.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_events.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_keyboard.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_main.c" />
|
<ClCompile Include="..\..\..\test\testautomation_main.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_mouse.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_pixels.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_platform.c" />
|
<ClCompile Include="..\..\..\test\testautomation_platform.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_rect.c" />
|
<ClCompile Include="..\..\..\test\testautomation_rect.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_render.c" />
|
<ClCompile Include="..\..\..\test\testautomation_render.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_rwops.c" />
|
<ClCompile Include="..\..\..\test\testautomation_rwops.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_surface.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_events.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_keyboard.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_video.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_syswm.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_sdltest.c" />
|
<ClCompile Include="..\..\..\test\testautomation_sdltest.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_mouse.c" />
|
<ClCompile Include="..\..\..\test\testautomation_stdlib.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_surface.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_syswm.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_timer.c" />
|
<ClCompile Include="..\..\..\test\testautomation_timer.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_pixels.c" />
|
<ClCompile Include="..\..\..\test\testautomation_video.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\test\testautomation_suites.h" />
|
<ClInclude Include="..\..\..\test\testautomation_suites.h" />
|
||||||
|
@ -211,4 +212,4 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -183,20 +183,21 @@
|
||||||
<ClCompile Include="..\..\..\test\testautomation.c" />
|
<ClCompile Include="..\..\..\test\testautomation.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_audio.c" />
|
<ClCompile Include="..\..\..\test\testautomation_audio.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_clipboard.c" />
|
<ClCompile Include="..\..\..\test\testautomation_clipboard.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_platform.c" />
|
<ClCompile Include="..\..\..\test\testautomation_events.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_keyboard.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_main.c" />
|
<ClCompile Include="..\..\..\test\testautomation_main.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_mouse.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_pixels.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_platform.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_rect.c" />
|
<ClCompile Include="..\..\..\test\testautomation_rect.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_render.c" />
|
<ClCompile Include="..\..\..\test\testautomation_render.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_rwops.c" />
|
<ClCompile Include="..\..\..\test\testautomation_rwops.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_surface.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_events.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_keyboard.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_video.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_syswm.c" />
|
|
||||||
<ClCompile Include="..\..\..\test\testautomation_sdltest.c" />
|
<ClCompile Include="..\..\..\test\testautomation_sdltest.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_mouse.c" />
|
<ClCompile Include="..\..\..\test\testautomation_stdlib.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_surface.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_syswm.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_timer.c" />
|
<ClCompile Include="..\..\..\test\testautomation_timer.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_pixels.c" />
|
<ClCompile Include="..\..\..\test\testautomation_video.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\test\testautomation_suites.h" />
|
<ClInclude Include="..\..\..\test\testautomation_suites.h" />
|
||||||
|
|
|
@ -1331,7 +1331,7 @@ static size_t
|
||||||
SDL_PrintFloat(char *text, size_t maxlen, SDL_FormatInfo *info, double arg)
|
SDL_PrintFloat(char *text, size_t maxlen, SDL_FormatInfo *info, double arg)
|
||||||
{
|
{
|
||||||
int i, width;
|
int i, width;
|
||||||
size_t len, spot;
|
size_t len;
|
||||||
size_t left = maxlen;
|
size_t left = maxlen;
|
||||||
char *textstart = text;
|
char *textstart = text;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue