Explorar el Código

fix type redefinition errors after commit b1b4638cacbe.

Ozkan Sezer hace 1 año
padre
commit
550d5b95c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video/offscreen/SDL_offscreenvulkan.c

+ 1 - 1
src/video/offscreen/SDL_offscreenvulkan.c

@@ -22,8 +22,8 @@
 
 #if defined(SDL_VIDEO_VULKAN) && defined(SDL_VIDEO_DRIVER_OFFSCREEN)
 
-#include "../SDL_sysvideo.h"
 #include "../SDL_vulkan_internal.h"
+#include "../SDL_sysvideo.h"
 
 
 static const char *s_defaultPaths[] = {