mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
Allow overriding SDL_FORK_MESSAGEBOX in build environment
This commit is contained in:

committed by
Sam Lantinga

parent
8d5bf053f7
commit
cd98b66114
@@ -30,7 +30,10 @@
|
|||||||
#include <X11/keysym.h>
|
#include <X11/keysym.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
|
#ifndef SDL_FORK_MESSAGEBOX
|
||||||
#define SDL_FORK_MESSAGEBOX 1
|
#define SDL_FORK_MESSAGEBOX 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SDL_SET_LOCALE 1
|
#define SDL_SET_LOCALE 1
|
||||||
|
|
||||||
#if SDL_FORK_MESSAGEBOX
|
#if SDL_FORK_MESSAGEBOX
|
||||||
|
Reference in New Issue
Block a user