From 00913a770ffbc2e432b5aef31c8d0541dd49c266 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 13 Jun 2010 13:59:16 +0000 Subject: [PATCH] .Core: CharSet.h fixed warning git-svn-id: svn://ultimatepp.org/upp/trunk@2480 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/CharSet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uppsrc/Core/CharSet.h b/uppsrc/Core/CharSet.h index 0fa9fddc5..d19bc445e 100644 --- a/uppsrc/Core/CharSet.h +++ b/uppsrc/Core/CharSet.h @@ -21,6 +21,8 @@ enum { #include "CharSet.i" +#undef CHRSET_ + #endif void SetDefaultCharset(byte charset);