Преглед изворни кода

Define SDL_DIALOG_DUMMY in SDL_build_config_xbox.h

Daniel Ludwig пре 1 година
родитељ
комит
9a5420118a
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      include/build_config/SDL_build_config_xbox.h

+ 3 - 0
include/build_config/SDL_build_config_xbox.h

@@ -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_ */