Added precompiled header support for Visual Studio and Xcode (#6710)

Fixes https://github.com/libsdl-org/SDL/issues/6704
This commit is contained in:
Sam Lantinga 2022-11-29 18:34:15 -08:00 committed by GitHub
parent 6ca7212b75
commit c5790359fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
742 changed files with 1139 additions and 768 deletions

View file

@ -18,7 +18,7 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#if SDL_VIDEO_RENDER_SW && !SDL_RENDER_DISABLED