feat/support_fiber #2

Merged
tqcq merged 57 commits from feat/support_fiber into master 2024-06-21 10:33:52 +08:00
Showing only changes of commit 25c5bcbef9 - Show all commits

View File

@ -297,7 +297,7 @@ gflags_define(
"Format of integer types: \"C99\" (uint32_t), \"BSD\" (u_int32_t), \"VC7\" (__int32)"
"")
gflags_property(INTTYPES_FORMAT STRINGS "C99;BSD;VC7")
gflags_property(INTTYPES_FORMAT ADVANCED TRUE)
gflags_property(INTTYPES_FORMAT ADVANCED FALSE)
if(NOT INTTYPES_FORMAT)
set(TYPES uint32_t u_int32_t)
if(MSVC)