mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Allow overriding SDL_FORK_MESSAGEBOX in build environment
This commit is contained in:
parent
8d5bf053f7
commit
cd98b66114
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