mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
bd24dc4921e55acd7a197a9aa240b7b296fbaa31
Introduce a new library dedicated to recent drivers: ntoskrnl_vista. Its purpose is to provide some Vista+ syscalls to drivers that would require them. Only 'simple' syscalls not depending on internal structures can land in this library (for the others, you're doomed ;-)). This library is to be statically linked to your driver. For the initial commit, the following syscalls have been implemented: - RtlUnicodeToUTF8N(), RtlUTF8ToUnicodeN(), taken from Wine trunk, implemented by Thomas - FsRtlRemoveDotsFromPath() implemented for the library These three are required by the WinBtrfs FS driver CORE-10892 svn path=/trunk/; revision=71036
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%