SetMenu should always call SetWindowPos whether the window is visible
[wine] / dlls / ntdll / path.c
2004-01-20  Eric Pouech- RtlGetFullPathName_U: rewritten so that the source...
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2003-11-28  Francois GougetOnly convert '/'s to '\\'s up to the '\0' as the rest...
2003-11-20  Dimitrie O. PaunRtlReAllocateHeap() does not allocate memory.
2003-10-28  Uwe Bonnesget_full_path_helper: Handle the case \\.\\ as intended...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-07  Alexandre JulliardA couple more fixes in RtlGetFullPathName_U.
2003-10-04  Eric PouechFixed a couple of bugs in RtlGetFullPathName_U.
2003-10-02  Alexandre JulliardFixed a couple of bugs in RtlDosSearchPath_U and RtlGet...
2003-09-16  Alexandre JulliardMoved most kernel string functions to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-16  Eric PouechImplemented:
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...