mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-27 22:04:17 +01:00
Some small bugs
This commit is contained in:
parent
1a5b748b2c
commit
b61c696529
@ -63,7 +63,7 @@ CHECK_CXX_SOURCE_COMPILES("
|
||||
uint64_t ux64 = 3;
|
||||
return (x8 | ux8 | x16 | ux16 | x32 | ux32 | x64 | ux64);
|
||||
}"
|
||||
HAS_CPP11_TYPES
|
||||
FASTC_BASE_HAS_CPP11_TYPES
|
||||
)
|
||||
|
||||
CONFIGURE_FILE(
|
||||
|
@ -75,7 +75,7 @@ typedef uint32_t uint32;
|
||||
typedef int64_t int64;
|
||||
typedef uint64_t uint64;
|
||||
|
||||
typedef int8_t CHAR;
|
||||
typedef char CHAR;
|
||||
|
||||
#else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user