Author: tfaber Date: Mon Sep 7 17:16:25 2015 New Revision: 69093
URL: http://svn.reactos.org/svn/reactos?rev=69093&view=rev Log: [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
Added: trunk/reactos/dll/nls/normaliz/IdnToAscii.c - copied unchanged from r69087, trunk/reactos/dll/win32/kernel32_vista/IdnToAscii.c trunk/reactos/dll/nls/normaliz/IdnToUnicode.c - copied unchanged from r69081, trunk/reactos/dll/win32/kernel32_vista/IdnToUnicode.c trunk/reactos/dll/nls/normaliz/nameprep.c - copied unchanged from r69081, trunk/reactos/dll/win32/kernel32_vista/nameprep.c trunk/reactos/dll/nls/normaliz/normalize.c (with props) Removed: trunk/reactos/dll/nls/normaliz/dummy.c trunk/reactos/dll/win32/kernel32_vista/IdnToAscii.c trunk/reactos/dll/win32/kernel32_vista/IdnToUnicode.c trunk/reactos/dll/win32/kernel32_vista/nameprep.c Modified: trunk/reactos/dll/CMakeLists.txt trunk/reactos/dll/nls/CMakeLists.txt trunk/reactos/dll/nls/normaliz/CMakeLists.txt trunk/reactos/dll/nls/normaliz/normaliz.spec trunk/reactos/dll/win32/kernel32_vista/CMakeLists.txt trunk/reactos/dll/win32/kernel32_vista/kernel32_vista.spec trunk/reactos/dll/win32/wininet/CMakeLists.txt
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/CMakeLists.txt?rev=6909...
Modified: trunk/reactos/dll/nls/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/nls/CMakeLists.txt?rev=...
Modified: trunk/reactos/dll/nls/normaliz/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/nls/normaliz/CMakeLists...
Removed: trunk/reactos/dll/nls/normaliz/dummy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/nls/normaliz/dummy.c?re...
Modified: trunk/reactos/dll/nls/normaliz/normaliz.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/nls/normaliz/normaliz.s...
Added: trunk/reactos/dll/nls/normaliz/normalize.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/nls/normaliz/normalize....
Modified: trunk/reactos/dll/win32/kernel32_vista/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32_vista/CM...
Removed: trunk/reactos/dll/win32/kernel32_vista/IdnToAscii.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32_vista/Id...
Removed: trunk/reactos/dll/win32/kernel32_vista/IdnToUnicode.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32_vista/Id...
Modified: trunk/reactos/dll/win32/kernel32_vista/kernel32_vista.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32_vista/ke...
Removed: trunk/reactos/dll/win32/kernel32_vista/nameprep.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32_vista/na...
Modified: trunk/reactos/dll/win32/wininet/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wininet/CMakeList...