9 Jul
2017
9 Jul
'17
11:58 a.m.
On 08.07.2017 22:33, Mikhail Paulyshka wrote:
Signed-off-by: Mikhail Paulyshka <me(a)mixaill.tk> --- dlls/msvcp140/msvcp140.spec | 2 +- dlls/msvcp140/tests/msvcp140.c | 49 ++++++++++++++++++++++++++++++++++++++++++ dlls/msvcp90/locale.c | 10 +++++++++ 3 files changed, 60 insertions(+), 1 deletion(-)
Hi, and thanks for the patch. Some comments in addition to Stefan's reply:
+ static const WCHAR test_2[] = {0xfe95, 0xfea0, 0xfea6, 0}; //some arabic glyphs
These are characters, not glyphs. Also please use C-style comments - /**/.