Skip to content

Commit

Permalink
Move headers around to get those MSVC anti-portability nags to go away.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 13, 2017
1 parent a681fe2 commit efd71e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/platform_windows.c
Expand Up @@ -7,7 +7,7 @@
*/

#define __PHYSICSFS_INTERNAL__
#include "physfs_platforms.h"
#include "physfs_internal.h"

#ifdef PHYSFS_PLATFORM_WINDOWS
#ifndef PHYSFS_PLATFORM_WINRT
Expand All @@ -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))

Expand Down

0 comments on commit efd71e0

Please sign in to comment.