File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 39
39
#include " Plugins/Process/Linux/NativeProcessLinux.h"
40
40
#elif defined(__NetBSD__)
41
41
#include " Plugins/Process/NetBSD/NativeProcessNetBSD.h"
42
+ #elif defined(_WIN32)
43
+ #include " Plugins/Process/Windows/Common/NativeProcessWindows.h"
42
44
#endif
43
45
44
46
#ifndef LLGS_PROGRAM_NAME
@@ -60,6 +62,8 @@ namespace {
60
62
typedef process_linux::NativeProcessLinux::Factory NativeProcessFactory;
61
63
#elif defined(__NetBSD__)
62
64
typedef process_netbsd::NativeProcessNetBSD::Factory NativeProcessFactory;
65
+ #elif defined(_WIN32)
66
+ typedef NativeProcessWindows::Factory NativeProcessFactory;
63
67
#else
64
68
// Dummy implementation to make sure the code compiles
65
69
class NativeProcessFactory : public NativeProcessProtocol ::Factory {
You can’t perform that action at this time.
0 commit comments