repair for 32-bit MinGW build
original commit: ff42dd2ac894bd8aff60c7bc88f7b31aff30ab3d
This commit is contained in:
parent
79b8e097fe
commit
2151977518
|
@ -38,8 +38,8 @@
|
|||
(define-constant typedef-u16 "unsigned short")
|
||||
(define-constant typedef-i32 "int")
|
||||
(define-constant typedef-u32 "unsigned int")
|
||||
(define-constant typedef-i64 "__int64")
|
||||
(define-constant typedef-u64 "unsigned __int64")
|
||||
(define-constant typedef-i64 "long long")
|
||||
(define-constant typedef-u64 "unsigned long long")
|
||||
(define-constant typedef-string-char "unsigned int")
|
||||
(define-constant thread-handle-uptrs 2)
|
||||
(define-constant native-endianness 'little)
|
||||
|
|
Loading…
Reference in New Issue
Block a user