Make sure winsock.h gets included before stdlib.h.
[wine] / dlls / oleaut32 / tmarshal.c
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-17  Alexandre JulliardAvoid local WINAPI function pointers in _invoke.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-12  Marcus MeissnerReverted last VT_USERDEFINED patch (was broken).
2002-12-12  Marcus MeissnerSerialize/deserialize all reftypes in VT_USERDEFINED.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-05  Marcus MeissnerMarshal VT_R4 (4 byte float).
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-06-20  Marcus MeissnerITypelib::Invoke: Handle different length arguments...
2002-06-14  Marcus MeissnerHandle argsize for VT_DATE.
2002-06-10  Marcus MeissnerMerged the two serializer and unserializer functions...
2002-06-04  Marcus MeissnerAdded marshalling of IUnknown.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-06  Marcus MeissnerBSTRs can be NULL, handle them seperately.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.