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