fix syntax error in SDL.vcxproj.filters

Noticed by Markvy.
Fixes https://github.com/libsdl-org/SDL/issues/4787
This commit is contained in:
Ozkan Sezer 2021-09-27 14:10:02 +03:00
parent 9672d58119
commit ba87876ef7
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,7 @@
<ClCompile Include="..\..\src\thread\SDL_thread.c">
<Filter>thread</Filter>
</ClCompile>
<ClCompile Include="..\..\src\thread\windows\SDL_syscond_cv.c" />
<ClCompile Include="..\..\src\thread\windows\SDL_syscond_cv.c" >
<Filter>thread\windows</Filter>
</ClCompile>
<ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c">