mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +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
|
@ -1,7 +1,7 @@
|
|||
|
||||
/* Taken from Wine ntdll/sync.c */
|
||||
|
||||
#include "rtl_vista.h"
|
||||
#include <rtl_vista.h>
|
||||
#include <wine/config.h>
|
||||
#include <wine/port.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue