mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Replace Bit64u with uint64_t
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef union {
|
||||
|
||||
Bit64u q;
|
||||
uint64_t q;
|
||||
|
||||
#ifndef WORDS_BIGENDIAN
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user