commit 2025-09-03 23:59 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -574,7 +574,7 @@ namespace ZNsMain
|
||||
typedef __int64 ZTypLength ; // 문자열의 길이를 나타내는 자료형.
|
||||
// 송수신 버퍼의 크기 자료형으로도 쓰인다.
|
||||
typedef unsigned __int64 ZTypULen ;
|
||||
typedef unsigned __int64 ZTypULength;
|
||||
typedef unsigned __int64 ZTypULength ;
|
||||
#else
|
||||
typedef long ZTypLength ;
|
||||
typedef unsigned long ZTypULen ;
|
||||
|
Reference in New Issue
Block a user