[NORMALIZ][KERNEL32_VISTA]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 7 Sep 2015 17:16:25 +0000 (17:16 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 7 Sep 2015 17:16:25 +0000 (17:16 +0000)
commit1010c1a66f1f0fb2340526aeb5191f3bf5dc6ba7
tree26048e1a4caa4a6b3b95952fabaa219fbcb7659c
parent10ca607680295f92709b11f51780d5f0011edb8a
[NORMALIZ][KERNEL32_VISTA]
- Add normaliz.dll to the build
- Move the appropriate functions from kernel32_vista to normaliz
- Import IsNormalizedString and NormalizeString stubs from Wine
Now Scilab starts
CORE-10124 #resolve

svn path=/trunk/; revision=69093
12 files changed:
reactos/dll/CMakeLists.txt
reactos/dll/nls/CMakeLists.txt
reactos/dll/nls/normaliz/CMakeLists.txt
reactos/dll/nls/normaliz/IdnToAscii.c [moved from reactos/dll/win32/kernel32_vista/IdnToAscii.c with 100% similarity]
reactos/dll/nls/normaliz/IdnToUnicode.c [moved from reactos/dll/win32/kernel32_vista/IdnToUnicode.c with 100% similarity]
reactos/dll/nls/normaliz/dummy.c [deleted file]
reactos/dll/nls/normaliz/nameprep.c [moved from reactos/dll/win32/kernel32_vista/nameprep.c with 100% similarity]
reactos/dll/nls/normaliz/normaliz.spec
reactos/dll/nls/normaliz/normalize.c [new file with mode: 0644]
reactos/dll/win32/kernel32_vista/CMakeLists.txt
reactos/dll/win32/kernel32_vista/kernel32_vista.spec
reactos/dll/win32/wininet/CMakeLists.txt