Fixed building with Visual Studio 2013

Added SDL_vacopy.h since it needs to be included after Windows headers
This commit is contained in:
Sam Lantinga
2022-05-06 10:51:55 -07:00
parent a3c1ca1fa1
commit 8cd908e0b9
5 changed files with 41 additions and 12 deletions

View File

@@ -22,6 +22,7 @@
#include "SDL_hints.h"
#include "SDL_dbus.h"
#include "SDL_atomic.h"
#include "../../stdlib/SDL_vacopy.h"
#if SDL_USE_LIBDBUS
/* we never link directly to libdbus. */