Skip to content

Commit

Permalink
(MSVC) MSVC define
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinAphex51224 committed Dec 27, 2011
1 parent cff248a commit 9acfec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-fceumm/types.h
Expand Up @@ -34,7 +34,7 @@ typedef uint32_t uint32;
#ifdef __GNUC__
typedef unsigned long long uint64;
typedef long long int64;
#elif MSVC
#elif _MSC_VER
typedef __int64 int64;
typedef unsigned __int64 uint64;
#define PSS_STYLE 2 /* Does MSVC compile for anything
Expand Down

0 comments on commit 9acfec0

Please sign in to comment.