Windows only code

This commit is contained in:
Bill Somerville 2020-09-27 01:53:12 +01:00
parent 7a56acfe35
commit a6cb51e142
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
namespace namespace
{ {
#ifdef Q_OS_WIN
struct start_info_deleter struct start_info_deleter
{ {
void operator () (STARTUPINFOEXW * si) void operator () (STARTUPINFOEXW * si)
@ -35,6 +36,7 @@ namespace
delete si; delete si;
} }
}; };
#endif
} }
class NonInheritingProcess::impl class NonInheritingProcess::impl