summaryrefslogtreecommitdiffhomepage
path: root/dev/LibDebugger/POSIX.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 20:52:10 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 20:52:10 +0100
commit4b0de97035d2a750c4a2073a1992e2eff68926d0 (patch)
treef442f8b62d57200a5ddaab5ce2aa357c94b8f448 /dev/LibDebugger/POSIX.h
parent63f5c38ee3df8be487692852a85bd479b92a85dc (diff)
feat(libcompiler): Move Dialogs.h in /dev/Vendor.
Diffstat (limited to 'dev/LibDebugger/POSIX.h')
-rw-r--r--dev/LibDebugger/POSIX.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/LibDebugger/POSIX.h b/dev/LibDebugger/POSIX.h
index 0ebe929..52af66e 100644
--- a/dev/LibDebugger/POSIX.h
+++ b/dev/LibDebugger/POSIX.h
@@ -4,6 +4,10 @@
#pragma once
+#ifdef _WIN32
+#error Windows doesn't have a POSIX subsystem, please combine with windows instead.
+#endif
+
#include <iostream>
#include <unordered_map>