Merge pull request #415 from Dwedit/save_state_fix

Save state fix
This commit is contained in:
Autechre
2020-12-30 22:08:04 +01:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ typedef uint32_t uint32;
typedef unsigned long long uint64;
typedef long long int64;
#define GINLINE inline
#elif MSVC
#elif MSVC | _MSC_VER
typedef __int64 int64;
typedef unsigned __int64 uint64;
#define GINLINE /* Can't declare a function INLINE