commit 2025-08-24 00:20 add and test ZCppMainTest/ZtCLoadXml_000.cpp
This commit is contained in:
@ -578,14 +578,14 @@ namespace ZNsMain
|
||||
typedef unsigned __int64 ZTypULength;
|
||||
#else
|
||||
typedef long ZTypLength ;
|
||||
typedef unsigend long ZTypULen ;
|
||||
typedef unsigend long ZTypULength ;
|
||||
typedef unsigned long ZTypULen ;
|
||||
typedef unsigned long ZTypULength ;
|
||||
#endif
|
||||
#else // !defined(__CPU_BIT_CNT__) || __CPU_BIT_CNT__<64
|
||||
|
||||
typedef long ZTypLength ;
|
||||
typedef unsigend long ZTypULen ;
|
||||
typedef unsigend long ZTypULength ;
|
||||
typedef unsigned long ZTypULen ;
|
||||
typedef unsigned long ZTypULength ;
|
||||
|
||||
#endif // !defined(__CPU_BIT_CNT__) || __CPU_BIT_CNT__<64
|
||||
|
||||
|
Reference in New Issue
Block a user