diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/LibDebugger/POSIX.h | 4 | ||||
| -rw-r--r-- | dev/LibDebugger/src/POSIX.cc | 2 | ||||
| -rw-r--r-- | dev/LibIDE/TerminalEmulator.h | 13 | ||||
| -rw-r--r-- | dev/Vendor/Dialogs.h (renamed from dev/LibDebugger/vendor/Dialogs.h) | 0 |
4 files changed, 5 insertions, 14 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> diff --git a/dev/LibDebugger/src/POSIX.cc b/dev/LibDebugger/src/POSIX.cc index 89ee572..02db4ea 100644 --- a/dev/LibDebugger/src/POSIX.cc +++ b/dev/LibDebugger/src/POSIX.cc @@ -3,7 +3,7 @@ */ #include <LibCompiler/Defines.h> -#include <LibDebugger/vendor/Dialogs.h> +#include <Vendor/Dialogs.h> #include <LibDebugger/POSIX.h> #include <cstdint> #include <string> diff --git a/dev/LibIDE/TerminalEmulator.h b/dev/LibIDE/TerminalEmulator.h deleted file mode 100644 index 1d368ff..0000000 --- a/dev/LibIDE/TerminalEmulator.h +++ /dev/null @@ -1,13 +0,0 @@ -/* ------------------------------------------- - - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved - -------------------------------------------- */ - -#pragma once - -namespace LibIDE -{ - class Terminal; - class BuildSystem; -} // namespace LibIDE diff --git a/dev/LibDebugger/vendor/Dialogs.h b/dev/Vendor/Dialogs.h index fd64026..fd64026 100644 --- a/dev/LibDebugger/vendor/Dialogs.h +++ b/dev/Vendor/Dialogs.h |
