From d4c5014bd8d0c4f2645cfd7c371f071f1301907f Mon Sep 17 00:00:00 2001 From: sauron Date: Tue, 9 Sep 2025 23:22:36 +0900 Subject: [PATCH] commit 2025-09-09 23:22 edit a bit ZCppMain/ZCProcess_Win.H --- ZCppMain/ZCProcess_Win.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZCppMain/ZCProcess_Win.H b/ZCppMain/ZCProcess_Win.H index bcb9507..28cab34 100644 --- a/ZCppMain/ZCProcess_Win.H +++ b/ZCppMain/ZCProcess_Win.H @@ -1259,7 +1259,7 @@ namespace ZNsMain bool Make(LPTHREAD_START_ROUTINE AP_StartAddress, void* AP_Arg=0, DWORD dwCreationFlags=0, DWORD dwStackSize=0, LPSECURITY_ATTRIBUTES lpThreadAttributes=NULL) { - unsigned int VUI_ThreadID; + unsigned int VUI_ThreadID=0; return ( mh_ThreadID = (void*)::/*CreateThread*/_beginthreadex ( @@ -1294,7 +1294,7 @@ namespace ZNsMain bool Make(unsigned (__stdcall *AP_StartAddress)(void *), void* AP_Arg=0, DWORD dwCreationFlags=0, DWORD dwStackSize=0, LPSECURITY_ATTRIBUTES lpThreadAttributes=NULL) { - unsigned int VUI_ThreadID; + unsigned int VUI_ThreadID=0; return ( mh_ThreadID=(void*)::_beginthreadex (