mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 16:43:41 +00:00
Some small bugs, fixed #2
This commit is contained in:
parent
1a5b748b2c
commit
f32a943a90
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue