ole32: Add on the size of the whole OBJREF structure in the case of custom marshaling.
[wine] / dlls / ntdll / tests / path.c
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-24  Alexandre JulliardRtlGetFullPathName_U should remove the trailing dot...
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2004-08-14  Francois GougetAvoid annoying 'macro redefinition' warnings by defining
2004-08-11  Francois GougetReplace strcasecmp() with lstrcmpiA() to help compilati...
2004-05-14  Alexandre JulliardBetter fix for removing trailing spaces in RtlGetFullPa...
2004-05-13  Alexandre JulliardRemove trailing spaces from the filename in RtlGetFullP...
2004-03-22  Uwe BonnesAdded some tests for RtlGetFullPathName_U.
2004-02-07  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-15  Hans LeidekkerCheck if a function exists before testing it.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...