Fixed typo on MinGW code

This commit is contained in:
Snaipe 2015-11-15 12:00:49 +01:00
parent 969f0fed74
commit a76e828dc7
2 changed files with 4 additions and 4 deletions

View file

@ -33,8 +33,8 @@
# include <stdint.h>
typedef int32_t cr_off32
typedef int64_t cr_off64
typedef int32_t cr_off32;
typedef int64_t cr_off64;
# if defined(__MINGW32__) || defined(__MINGW64__)
# if !defined(__MINGW64__)

View file

@ -44,8 +44,8 @@
# include <stdint.h>
typedef int32_t cr_off32
typedef int64_t cr_off64
typedef int32_t cr_off32;
typedef int64_t cr_off64;
# if !defined(__MINGW64__)
# define off_t cr_off32