Sweden-Number/dlls/ole32
Rob Shearman 4a67e7a71e include: Include winuser.h from generated oleidl.h header.
oleidl.h isn't usable without winuser.h being included first due to
using the LPMSG type, so explicitly include it by adding a cpp_quote
statement to oleidl.idl. In the PSDK it is implicitly included as
IDL-generated header includes windows.h, which in turn includes
winuser.h.
2008-12-29 14:41:00 +01:00
..
tests ole32: Fix return value for IDataObject_GetData. 2008-12-22 10:28:37 +01:00
Makefile.in ole32: Register interfaces through dlldata.c as far as possible. 2008-12-02 20:52:09 +01:00
antimoniker.c ole32: Fix spelling of GetComparisonData(). 2008-04-14 12:40:22 +02:00
bindctx.c ole32: Spelling fixes. 2008-04-10 09:51:12 +02:00
classmoniker.c ole32: Remove WINAPI on static functions where not needed. 2008-11-26 12:33:13 +01:00
clipboard.c ole32: Superfluous semicolons fix. 2008-12-24 19:59:22 +01:00
comcat.c ole32: Remove some superfluous casts of void pointers and zero. 2008-11-06 11:09:54 +01:00
compobj.c ole32: Register interfaces through dlldata.c as far as possible. 2008-12-02 20:52:09 +01:00
compobj.spec
compobj_private.h ole32: Make a function static. 2008-12-04 12:47:56 +01:00
compositemoniker.c ole32: Spelling fixes. 2008-04-10 09:51:12 +02:00
datacache.c ole32: Spelling fixes. 2008-04-10 09:51:12 +02:00
dcom.idl ole32: Convert source files to utf-8. 2008-10-18 19:20:29 +02:00
defaulthandler.c ole32: Defer releasing the delegate interfaces until after we return from an OnClose notification. 2008-11-25 12:17:27 +01:00
dictionary.c
dictionary.h
drag_copy.cur
drag_link.cur
drag_move.cur
enumx.c ole32: Include enumx.h in enumx.c to get the declarations of the functions. 2008-06-23 12:48:24 +02:00
enumx.h
errorinfo.c ole32: Remove WINAPI on static functions where not needed. 2008-11-26 12:33:13 +01:00
filemoniker.c ole32: Remove WINAPI on static functions where not needed. 2008-11-26 12:33:13 +01:00
ftmarshal.c ole32: Assign to structs instead of using memcpy. 2008-03-11 12:11:51 +01:00
git.c ole32: Remove unneeded casts. 2008-01-15 11:38:08 +01:00
hglobalstream.c ole32: Fix CopyTo to work correctly with LARGE_INTEGERs. 2008-03-06 17:39:27 +01:00
ifs.c ole32: Spelling fixes. 2008-04-10 09:51:12 +02:00
ifs.h
irot.idl
itemmoniker.c ole32: Remove WINAPI on static functions where not needed. 2008-11-26 12:33:13 +01:00
marshal.c ole32: Keep track of the number of weak references to an object. 2008-04-29 12:35:26 +02:00
memlockbytes.c
memlockbytes16.c ole32: Remove some superfluous casts of void pointers and zero. 2008-11-06 11:09:54 +01:00
moniker.c ole32: Remove WINAPI on static functions where not needed. 2008-11-26 12:33:13 +01:00
moniker.h comcat: Moved all the implementation to ole32 where it belongs. 2008-10-11 13:30:08 +02:00
nodrop.cur
ole2.c ole32: Register interfaces through dlldata.c as far as possible. 2008-12-02 20:52:09 +01:00
ole2.spec
ole2_16.c ole32: Remove some superfluous casts of void pointers and zero. 2008-11-06 11:09:54 +01:00
ole2conv.spec
ole2impl.c
ole2nls.c ole32: Convert source files to utf-8. 2008-10-18 19:20:29 +02:00
ole2nls.spec
ole2prox.spec
ole2stubs.c ole32: Stub implementation for CoGetCallerTID. 2008-10-23 15:19:50 +02:00
ole2thk.spec
ole16.c ole32: Remove some superfluous casts of void pointers and zero. 2008-11-06 11:09:54 +01:00
ole32.spec ole32: Add Co*InitializeSpy functions. 2008-11-26 13:44:36 +01:00
ole32_main.c ole32: Include ole2.h in ole32_main.c to type-check the function signature of OleMetafilePictFromIconAndLabel. 2008-06-23 12:48:31 +02:00
ole32_objidl.idl ole32: Add a widl-generated proxy file for objidl.idl. 2008-09-02 16:02:29 +02:00
ole32_oleidl.idl include: Include winuser.h from generated oleidl.h header. 2008-12-29 14:41:00 +01:00
ole32_unknwn.idl ole32: Add widl-generated proxies for unknwn.idl and dcom.idl. 2008-09-02 16:00:33 +02:00
ole32res.rc
oleobj.c ole32: Include compobj_private.h in oleobj.c to type-check the function signatures of DataAdviseHolder_OnConnect and DataAdviseHolder_OnDisconnect. 2008-06-23 12:48:45 +02:00
oleproxy.c ole32: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
olestd.h
pointermoniker.c ole32: Spelling fixes. 2008-04-10 09:51:12 +02:00
regsvr.c janitorial: Don't depend on user32 for the self registration functions. 2008-12-17 11:38:32 +01:00
rpc.c ole32: Convert source files to utf-8. 2008-10-18 19:20:29 +02:00
stg_bigblockfile.c ole32: Remove WINAPI on static functions where not needed. 2008-11-26 12:33:13 +01:00
stg_prop.c ole32: Remove unneeded address-of operators from array names. 2008-07-11 14:06:31 +02:00
stg_stream.c ole32: Fix CopyTo to work correctly with LARGE_INTEGERs. 2008-03-07 10:52:15 +01:00
storage.c ole32: Fix the STORAGE_dump_pps_entry() description. 2008-12-12 11:41:37 +01:00
storage.spec ole32: Use the IStream16_(CreateStream,CreateStorage,Write) implementations. 2008-12-15 12:24:58 +01:00
storage32.c Straighten out some ellipses. 2008-11-26 12:33:34 +01:00
storage32.h ole32: Spelling fixes. 2008-04-10 09:51:12 +02:00
stubmanager.c ole32: Make a function static. 2008-12-04 12:47:56 +01:00
usrmarshal.c ole32: Forward the ASYNC_STGMEDIUM user marshallers to the STGMEDIUM quadruple. 2008-11-28 12:53:19 +01:00
version.rc
version16.rc