Add Process functions for detached spawning

This commit is contained in:
Robbert van der Helm
2022-04-14 16:39:34 +02:00
parent 1df7abfb2c
commit 75b3cf266d
5 changed files with 152 additions and 16 deletions
+2 -2
View File
@@ -105,6 +105,8 @@ class WineXdndProxy {
*/
Handle(WineXdndProxy* proxy);
friend WineXdndProxy;
public:
/**
* Reduces the reference count by one, and frees `proxy_` if this was
@@ -120,8 +122,6 @@ class WineXdndProxy {
private:
WineXdndProxy* proxy_;
friend WineXdndProxy;
};
/**