Update fake SDL headers for MSVC
This commit is contained in:
parent
44c7fb9165
commit
58a4ff067d
6 changed files with 9 additions and 5 deletions
|
@ -1,4 +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 <SDL/SDL.h>
|
||||
#include <SDL2/SDL.h>
|
||||
|
|
|
@ -1,4 +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 <SDL/SDL_endian.h>
|
||||
#include <SDL2/SDL_endian.h>
|
||||
|
|
4
src/platform/visualc/sdl_net.h
Normal file
4
src/platform/visualc/sdl_net.h
Normal file
|
@ -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_net.h>
|
|
@ -1,4 +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 <SDL/SDL_opengl.h>
|
||||
#include <SDL2/SDL_opengl.h>
|
||||
|
|
|
@ -1,4 +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 <SDL/SDL_thread.h>
|
||||
#include <SDL2/SDL_thread.h>
|
||||
|
|
|
@ -1,4 +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 <SDL/SDL_version.h>
|
||||
#include <SDL2/SDL_version.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue