1
0
Эх сурвалжийг харах

Move headers around to get those MSVC anti-portability nags to go away.

Ryan C. Gordon 8 жил өмнө
parent
commit
efd71e08f6

+ 1 - 3
src/platform_windows.c

@@ -7,7 +7,7 @@
  */
 
 #define __PHYSICSFS_INTERNAL__
-#include "physfs_platforms.h"
+#include "physfs_internal.h"
 
 #ifdef PHYSFS_PLATFORM_WINDOWS
 #ifndef PHYSFS_PLATFORM_WINRT
@@ -26,8 +26,6 @@
 #include <ctype.h>
 #include <time.h>
 
-#include "physfs_internal.h"
-
 #define LOWORDER_UINT64(pos) ((PHYSFS_uint32) (pos & 0xFFFFFFFF))
 #define HIGHORDER_UINT64(pos) ((PHYSFS_uint32) ((pos >> 32) & 0xFFFFFFFF))