A little FYI: The windows NT kernel is apparently 100% unicode. This
means that ALL strings within the kernel are unicode. His changes are
correct.
Alex Ionescu wrote:
weiden(a)cvs.reactos.com wrote:
CVSROOT: /CVS/ReactOS
Module name: reactos
Repository: reactos/lib/kernel32/misc/
Changes by: weiden(a)mok.osexperts.com 04/12/09 09:28:11
Modified files:
reactos/lib/kernel32/file/: dir.c
reactos/lib/kernel32/include/: kernel32.h
reactos/lib/kernel32/misc/: stubs.c
Log message:
implemented SetDllDirectory() and GetDllDirectory().
LoadLibrary(Ex)() should be extended to use the dll directory when
present!
_______________________________________________
Ros-cvs mailing list
Ros-cvs(a)reactos.com
http://reactos.com/mailman/listinfo/ros-cvs
Hi,
Shouldn't kernel not use unicode_strings + rtl, and just stay within
the domain of normal string functions and kernel32 stuff?
Also, shouldn't the DllDirectory be in the registry, and not some
local var that gets erased every time you reboot?
Best regards,
Alex Ionescu
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.com
http://reactos.com:8080/mailman/listinfo/ros-dev