Add Korean translations.
[wine] / dlls / oleaut32 / ole2disp.c
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-03-18  Jon GriffithsDocumentation updates.
2002-12-12  Marcus MeissnerSeparated out 16bit sources for ole2disp.dll.
2002-10-25  Michael StefaniucCompile the oleaut32 dll with -DSTRICT.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-04-11  Hidenori TakeshimaReturn error codes in some 16bit ole stubs, returning...
2002-04-01  Hidenori TakeshimaImplemented CreateStdDispatch and CreateDispTypeInfo.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-10  Bill MedlandComment only; error in Microsoft documentation.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-10-21  Andreas MohrCosmetics.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-09  Andreas Mohr- README update
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-10-19  Chris MorganStub CreateDispTypeInfo, CreateStdDispatch16 and Create...
2000-10-13  Francois GougetFixed the signature of SysAllocStringByteLen.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-07-10  Francois JacquesPrevent SysAllocString and SysAllocString16 to perform...
2000-07-08  Huw D M DaviesFix SysStringByteLen to really return the length in...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-18  Eric PouechFixed prototype for OleTranslateColor.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-12-12  Eric PouechSysStringLen can get a NULL pointer (and shall return 0).
1999-10-25  Andreas MohrSysAllocStringLen16 needs to handle NULL pointers,...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.