From 174320c2648ec4f578ca1e03d3632754f5bd3aff Mon Sep 17 00:00:00 2001 From: sauron Date: Wed, 8 Oct 2025 10:00:23 +0900 Subject: [PATCH] commit 2025-10-08 10:00 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHeadEx.H | 6 +++--- ZCppMain/ZtCStringEx.H | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZCppMain/ZMainHeadEx.H b/ZCppMain/ZMainHeadEx.H index 1b9e3d4..358c29b 100644 --- a/ZCppMain/ZMainHeadEx.H +++ b/ZCppMain/ZMainHeadEx.H @@ -7253,7 +7253,7 @@ namespace ZNsMain #######################################################################################################*/ - static bool ZfWriteFileRaw /*##########################################################################*/ + static bool ZfWriteFileRaw /*//////////////////////////////////////////////////////////////////////////*/ ( ZTypCPCh APC_FileName , ZTypCPCh APC_Content , ZTypLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1 @@ -7340,7 +7340,7 @@ namespace ZNsMain #endif //!defined(_WIN) }/* - static bool ZfWriteFileRaw( ############################################################################# + static bool ZfWriteFileRaw( ///////////////////////////////////////////////////////////////////////////// ( ZTypCPCh APC_FileName , ZTypCPCh APC_Content , ZTypLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1 @@ -7452,7 +7452,7 @@ namespace ZNsMain { ARR_SaveCStr.resize(VL_PrevSize+dwRead2, ' '); - CloseHandle(VH_File); return false; + ::CloseHandle(VH_File); return false; } /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/ diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index 3f75f23..f6b4185 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -5319,7 +5319,7 @@ namespace ZNsMain AL_OriginLen, AL_SearchLen, AL_StartPos - /*/////////*/ ); /////////////////// + /*/////////*/ ); //////////////////// }/* static TypeLength FindPos( /////////////////////////////////////// TypeCharC* APC_Origin ,