diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:23:45 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:23:45 +0200 |
commit | 1eb942c8a34166e43f43c843f09bb48ba40b65b2 (patch) | |
tree | 7567ef81880722ae42fa92aec1bd0a7703ac2a15 /Source/Kernel/Library | |
parent | a43236e7017b6500e6563aa8654c8d8f56226615 (diff) | |
download | Melon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.tar.gz Melon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.zip |
We now have scrollable virtual terminals !
Diffstat (limited to 'Source/Kernel/Library')
-rw-r--r-- | Source/Kernel/Library/ByteArray.class.h | 2 | ||||
-rw-r--r-- | Source/Kernel/Library/WChar.class.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Source/Kernel/Library/ByteArray.class.h b/Source/Kernel/Library/ByteArray.class.h index f5214b3..a6d594f 100644 --- a/Source/Kernel/Library/ByteArray.class.h +++ b/Source/Kernel/Library/ByteArray.class.h @@ -2,7 +2,7 @@ #define DEF_BYTEARRAY_CLASS_H #include <Library/String.class.h> -#include <VTManager/VirtualTerminal.class.h> +#include <VTManager/VirtualTerminal.proto.h> class ByteArray : public BasicString<u8int> { public: diff --git a/Source/Kernel/Library/WChar.class.h b/Source/Kernel/Library/WChar.class.h index ba94a23..e4da603 100644 --- a/Source/Kernel/Library/WChar.class.h +++ b/Source/Kernel/Library/WChar.class.h @@ -1,7 +1,11 @@ #ifndef DEF_UCHAR_CLASS_H #define DEF_UCHAR_CLASS_H +#include <Core/types.wtf.h> + +#ifndef THIS_IS_NOT_MELON #include <Core/common.wtf.h> +#endif enum { UE_UTF8, |