mirror of https://github.com/libsdl-org/SDL.git
Define SDL_DIALOG_DUMMY in SDL_build_config_xbox.h
This commit is contained in:
parent
dd955332a2
commit
9a5420118a
|
|
@ -228,4 +228,7 @@
|
|||
/* Enable the camera driver (src/camera/dummy/\*.c) */
|
||||
#define SDL_CAMERA_DRIVER_DUMMY 1
|
||||
|
||||
/* Enable dialog subsystem */
|
||||
#define SDL_DIALOG_DUMMY 1
|
||||
|
||||
#endif /* SDL_build_config_wingdk_h_ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue