summaryrefslogtreecommitdiff
path: root/source/core/slang-process.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-process.h')
-rw-r--r--source/core/slang-process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/slang-process.h b/source/core/slang-process.h
index 6d86d8b14..ab54f36c9 100644
--- a/source/core/slang-process.h
+++ b/source/core/slang-process.h
@@ -21,6 +21,7 @@ public:
{
enum Enum : Flags
{
+ // Ignored on non-Windows platforms
AttachDebugger = 0x01,
};
};