diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:27:07 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:27:07 +0200 |
commit | af3ff7f8c80bb3953f261a602316f92ec662daa8 (patch) | |
tree | 6321339875d7bd3aa4d03ab0ae11b20f037459d2 /Source/Kernel/Library/WChar.class.h | |
parent | 82fec280c2ceba890ea794f5a5917877677fb984 (diff) | |
parent | 1eb942c8a34166e43f43c843f09bb48ba40b65b2 (diff) | |
download | Melon-af3ff7f8c80bb3953f261a602316f92ec662daa8.tar.gz Melon-af3ff7f8c80bb3953f261a602316f92ec662daa8.zip |
Merge branch 'advt'
Conflicts:
Source/Kernel/Melon.ke
Source/Kernel/VTManager/SimpleVT.class.cpp
Source/Kernel/VTManager/VirtualTerminal.proto.h
Diffstat (limited to 'Source/Kernel/Library/WChar.class.h')
-rw-r--r-- | Source/Kernel/Library/WChar.class.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, |