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

This commit is contained in:
Ryan C. Gordon 2017-07-12 20:55:58 -04:00
parent a681fe258d
commit efd71e08f6
1 changed files with 1 additions and 3 deletions

View File

@ -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))