Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/visualc/sdl_image.h')
-rw-r--r--src/platform/visualc/sdl_image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/platform/visualc/sdl_image.h b/src/platform/visualc/sdl_image.h
new file mode 100644
index 000000000..9adaa0556
--- /dev/null
+++ b/src/platform/visualc/sdl_image.h
@@ -0,0 +1,4 @@
+// This file exists only for MSVC builds.
+// It's needed because vcpkg does not set SDL subdirectory in includes list
+// for projects that do not use cmake.
+#include <SDL2/SDL_image.h>