commit 2025-09-04 14:13 add ZCppMain/ZCProcess.H & ZCppMainTest/ZtCThreadEx_000.cpp
This commit is contained in:
@ -1713,7 +1713,10 @@ namespace ZNsMain
|
||||
|
||||
ZCStdTime(const ZCStdTime& rhs)
|
||||
{
|
||||
if(this==&rhs) return;
|
||||
if(this==&rhs)
|
||||
{
|
||||
mb_IsLocal = true; return;
|
||||
}
|
||||
|
||||
mb_IsLocal =rhs.mb_IsLocal ;
|
||||
mo_FILETIME =rhs.mo_FILETIME ;
|
||||
|
Reference in New Issue
Block a user