ntoskrnl.exe: Implemented IoCreateSymbolicLink

Alexandre Julliard julliard at winehq.org
Thu May 17 03:36:38 CDT 2007


Vitaliy Margolen <wine-devel at kievinfo.com> writes:

> How are you planning on removing them if you don't keep a handle to this
> symlink?

Yes, obviously the handle will need to be stored to remove it, that's
why there's a FIXME. Since it will be removed automatically on driver
unload, it's not the most important thing to implement at this point.

> Also why OBJ_CASE_INSENSITIVE? This is kernel, and last time
> I've checked NT kernel's name space was case-sensitive.

No particular reason, I just copied this from some other object. I
doubt it makes a difference but if you have evidence that it should be
case sensitive here feel free to send a patch.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list