Allow the use of posix_spawn() instead of vfork/execlp()

This commit is contained in:
Elad Lahav
2023-01-10 07:02:00 -05:00
committed by Sam Lantinga
parent 56522034db
commit 38b35a3414
2 changed files with 17 additions and 0 deletions

View File

@@ -262,6 +262,8 @@
#cmakedefine HAVE_XINPUT_GAMEPAD_EX @HAVE_XINPUT_GAMEPAD_EX@
#cmakedefine HAVE_XINPUT_STATE_EX @HAVE_XINPUT_STATE_EX@
#cmakedefine USE_POSIX_SPAWN @USE_POSIX_SPAWN@
/* SDL internal assertion support */
#if @SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED@
#cmakedefine SDL_DEFAULT_ASSERT_LEVEL @SDL_DEFAULT_ASSERT_LEVEL@