瀏覽代碼

Fixed including SDL_config.h in implementation for Android.

SDL_internal.h should be included to support dynamic API.
Philipp Wiesemann 10 年之前
父節點
當前提交
f4b7cf6e81
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/joystick/android/SDL_sysjoystick_c.h
  2. 1 1
      src/video/android/SDL_androidmessagebox.c

+ 1 - 1
src/joystick/android/SDL_sysjoystick_c.h

@@ -19,7 +19,7 @@
  3. This notice may not be removed or altered from any source distribution.
  3. This notice may not be removed or altered from any source distribution.
  */
  */
 
 
-#include "SDL_config.h"
+#include "../../SDL_internal.h"
 
 
 #ifdef SDL_JOYSTICK_ANDROID
 #ifdef SDL_JOYSTICK_ANDROID
 #include "../SDL_sysjoystick.h"
 #include "../SDL_sysjoystick.h"

+ 1 - 1
src/video/android/SDL_androidmessagebox.c

@@ -18,7 +18,7 @@
      misrepresented as being the original software.
      misrepresented as being the original software.
   3. This notice may not be removed or altered from any source distribution.
   3. This notice may not be removed or altered from any source distribution.
 */
 */
-#include "SDL_config.h"
+#include "../../SDL_internal.h"
 
 
 #if SDL_VIDEO_DRIVER_ANDROID
 #if SDL_VIDEO_DRIVER_ANDROID