commit 2025-08-24 00:20 add and test ZCppMainTest/ZtCLoadXml_000.cpp

This commit is contained in:
2025-08-24 00:21:09 +09:00
parent ea01f2d0bf
commit 0c436c267f
7 changed files with 251 additions and 193 deletions

View File

@ -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