mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-09 01:25:45 +00:00
Fix win32 somewhat?
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Tesses::CrossLang
|
||||
int r = subprocess_create_ex(args3,(int)options,env3,subprocess);
|
||||
if(r != 0)
|
||||
{
|
||||
printf("Here2 %i\n",r);
|
||||
|
||||
delete[] args3;
|
||||
delete[] env3;
|
||||
delete subprocess;
|
||||
@@ -172,4 +172,4 @@ namespace Tesses::CrossLang
|
||||
env->SetVariable("Process",dict);
|
||||
gc->BarrierEnd();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user