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
742 changed files with 1139 additions and 768 deletions

View File

@@ -27,7 +27,7 @@
* This merges the two, at a small performance cost, until distributions
* have granted access to /dev/hidraw*
*/
#include "../SDL_internal.h"
#include "SDL_internal.h"
#include "SDL_hidapi_c.h"

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"
#ifdef SDL_JOYSTICK_HIDAPI

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"
// Purpose: A wrapper implementing "HID" API for Android
//

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_HIDAPI_DISABLED

View File

@@ -27,7 +27,7 @@
* Last upstream update was from July 25, 2019, Git commit 93dca807.
*/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include "../../thread/SDL_systhread.h"
#ifdef realloc

View File

@@ -20,7 +20,7 @@
code repository located at:
https://github.com/libusb/hidapi .
********************************************************/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#ifndef _GNU_SOURCE

View File

@@ -19,7 +19,7 @@
code repository located at:
https://github.com/libusb/hidapi .
********************************************************/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
/* See Apple Technical Note TN2187 for details on IOHidManager. */

View File

@@ -19,7 +19,7 @@
code repository located at:
https://github.com/libusb/hidapi .
********************************************************/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include <windows.h>