mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-20 13:06:05 +00:00
Allow overriding SDL_FORK_MESSAGEBOX in build environment
(cherry picked from commit cd98b66114)
This commit is contained in:
parent
165b86e7b7
commit
12b56f5447
1 changed files with 3 additions and 0 deletions
|
|
@ -30,7 +30,10 @@
|
|||
#include <X11/keysym.h>
|
||||
#include <locale.h>
|
||||
|
||||
#ifndef SDL_FORK_MESSAGEBOX
|
||||
#define SDL_FORK_MESSAGEBOX 1
|
||||
#endif
|
||||
|
||||
#define SDL_SET_LOCALE 1
|
||||
|
||||
#if SDL_FORK_MESSAGEBOX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue