Fixed typo on MinGW code
This commit is contained in:
parent
969f0fed74
commit
a76e828dc7
2 changed files with 4 additions and 4 deletions
|
@ -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__)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue