mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 03:21:58 -05:00
Windows only code
This commit is contained in:
parent
7a56acfe35
commit
a6cb51e142
@ -24,6 +24,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
struct start_info_deleter
|
||||
{
|
||||
void operator () (STARTUPINFOEXW * si)
|
||||
@ -35,6 +36,7 @@ namespace
|
||||
delete si;
|
||||
}
|
||||
};
|
||||
#endif
|
||||
}
|
||||
|
||||
class NonInheritingProcess::impl
|
||||
|
Loading…
Reference in New Issue
Block a user