From 4b0de97035d2a750c4a2073a1992e2eff68926d0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 20:52:10 +0100 Subject: feat(libcompiler): Move Dialogs.h in /dev/Vendor. --- dev/LibDebugger/POSIX.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev/LibDebugger/POSIX.h') 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 #include -- cgit v1.2.3