Browse Source

* Added CP_UTF7 and CP_UTF8 constants. Mantis #10822.

git-svn-id: trunk@11191 -
yury 17 years ago
parent
commit
b21b10aafb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/wince/wininc/defines.inc

+ 4 - 0
rtl/wince/wininc/defines.inc

@@ -1323,6 +1323,10 @@
      CP_ACP = 0;
      CP_MACCP = 2;
      CP_OEMCP = 1;
+     { WinCE 5.0+}
+     CP_UTF7 = 65000;
+     CP_UTF8 = 65001;
+     
   { GetDateFormat  }
   { already defined above !!
   #define DATE_SHORTDATE        (1)