Browse Source

Move SDL_mslibc.c into the source file list

Sam Lantinga 2 years ago
parent
commit
1b0277da61
1 changed files with 4 additions and 1 deletions
  1. 4 1
      VisualC-WinRT/SDL-UWP.vcxproj.filters

+ 4 - 1
VisualC-WinRT/SDL-UWP.vcxproj.filters

@@ -842,5 +842,8 @@
     <ClCompile Include="..\src\joystick\controller_type.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\src\stdlib\SDL_mslibc.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
   </ItemGroup>
-</Project>
+</Project>