Added checks for GameInput.h to the build system

This commit is contained in:
Sam Lantinga
2024-08-07 16:57:53 -07:00
parent ae076bdc2a
commit a38cd7a067
6 changed files with 47 additions and 53 deletions

View File

@@ -22,10 +22,6 @@
#include "SDL_windowsvideo.h"
#if defined(__has_include) && __has_include(<GameInput.h>)
#define HAVE_GAMEINPUT_H
#endif
#ifdef HAVE_GAMEINPUT_H
#include <stdbool.h>