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 ,