commit 2025-09-09 23:22 edit a bit ZCppMain/ZCProcess_Win.H
This commit is contained in:
@ -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)
|
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
|
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)
|
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
|
return ( mh_ThreadID=(void*)::_beginthreadex
|
||||||
(
|
(
|
||||||
|
Reference in New Issue
Block a user