Sweden-Number/dlls/oleaut32
Francois Gouget 9591836ffb 'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
..
tests Fixed index handling for multi dimensional arrays. 2003-06-13 16:35:07 +00:00
.cvsignore
Makefile.in Preliminary implementation of proper IDispatch marshalling. 2003-04-26 02:11:41 +00:00
connpt.c
connpt.h
dispatch.c
hash.c
oaidl_p.c Preliminary implementation of proper IDispatch marshalling. 2003-04-26 02:11:41 +00:00
ole2disp.c
ole2disp.h
ole2disp.spec
oleaut.c Handle requests for CLSID_PSDispatch. 2003-05-20 04:13:58 +00:00
oleaut32.spec Added stub for VarBstrFromDec. 2003-05-15 22:58:48 +00:00
olefont.c
olepicture.c - Fix scanline size in OLEPictureImpl_Load for jpeg 2003-05-08 17:35:12 +00:00
parsedt.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
parsedt.h
safearray.c Typos/spelling fixes. 2003-06-18 03:30:39 +00:00
stubs.c
tmarshal.c Fix miscellaneous spelling errors and typos. 2003-05-13 00:41:57 +00:00
tmarshal.h
typelib.c Handle VT_I2 <-> VT_USERDEFINED/TKIND_ENUM conversions too. 2003-05-15 22:58:17 +00:00
typelib.h Avoid local WINAPI function pointers in _invoke. 2003-04-17 02:20:52 +00:00
typelib.spec
typelib16.c
usrmarshal.c Fix miscellaneous spelling errors and typos. 2003-05-13 00:41:57 +00:00
variant.c Typos/spelling fixes. 2003-06-18 03:30:39 +00:00
version.rc