mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
Windows only code
This commit is contained in:
parent
7a56acfe35
commit
a6cb51e142
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user