mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[RTL][NTOS_VISTA] Move the RTL UTF8 functions to the main RTL library, to be linked in the rtl_vista target instead.
The reason is that both RtlUTF8ToUnicodeN() and RtlUnicodeToUTF8N() are exported in both kernel and user-mode (ntdll) in Windows 7+. Conversion from and to UTF8 are fundamental enough that they indeed deserve to be in a separate file.
This commit is contained in:
parent
fe452a1dad
commit
6f559e9c54
4 changed files with 16 additions and 13 deletions
|
@ -116,7 +116,7 @@ list(APPEND SOURCE_VISTA
|
|||
condvar.c
|
||||
runonce.c
|
||||
srw.c
|
||||
)
|
||||
utf8.c)
|
||||
|
||||
add_library(rtl_vista ${SOURCE_VISTA})
|
||||
add_pch(rtl_vista rtl_vista.h SOURCE_VISTA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue