commit 2025-09-04 14:13 add ZCppMain/ZCProcess.H & ZCppMainTest/ZtCThreadEx_000.cpp

This commit is contained in:
2025-09-04 14:13:05 +09:00
parent 3e11a125df
commit c9ae7e236f
8 changed files with 9579 additions and 21 deletions

View File

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