[ros-svn] [weiden] 16673: - Removed the Rtlp* string functions from
the shared rtl library since they don't make sense in umode
weiden at svn.reactos.com
weiden at svn.reactos.com
Thu Jul 21 01:36:03 CEST 2005
- Removed the Rtlp* string functions from the shared rtl library since they don't make sense in umode
- Moved RtlpCreateUnicodeString to ntoskrnl for now, it however is depreciated but still used in various places
- Added RtlpAllocateMemory and RtlpFreeMemory for rtl memory allocations (from paged pool in ntoskrnl and from the process heap in ntdll) that replace the ExAllocatePool* and ExFreePool implementations in ntdll
Updated files:
trunk/reactos/lib/ntdll/rtl/libsupp.c
trunk/reactos/lib/rtl/registry.c
trunk/reactos/lib/rtl/rtl.h
trunk/reactos/lib/rtl/sid.c
trunk/reactos/lib/rtl/unicode.c
trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h
trunk/reactos/ntoskrnl/rtl/libsupp.c
Deleted files:
trunk/reactos/lib/rtl/libsupp.h
More information about the Ros-svn
mailing list