wine-wine/dlls/ole32
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
..
tests makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
.gitignore .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Makefile.in makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
antimoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
bindctx.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
classmoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
clipboard.c ole32: Small cleanups. 2006-07-12 19:29:14 +02:00
compobj.c ole32: AppId is a value under the clsid key, rather than a key. 2006-08-28 17:48:45 +02:00
compobj.spec
compobj_private.h ole32: Add support for main-threaded apartments. 2006-08-26 19:36:56 +02:00
compositemoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
datacache.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dcom.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
defaulthandler.c ole32: DefaultHandler_GetData and DefaultHandler_QueryGetData should 2006-09-07 11:43:59 +02:00
dictionary.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dictionary.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
enumx.c ole32: Add a framework for implementing IEnum* interfaces. 2006-07-12 13:18:17 +02:00
enumx.h ole32: Add a framework for implementing IEnum* interfaces. 2006-07-12 13:18:17 +02:00
errorinfo.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
filemoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
ftmarshal.c ole32: Document CoCreateFreeThreadedMarshaler. 2006-06-19 10:28:26 +02:00
git.c ole32: Fix functions defined without specifying argument types by changing them to "(void)". 2006-08-28 17:48:40 +02:00
hglobalstream.c ole32: Fix the IStream_SetSize function for HGLOBAL streams to ignore HighPart. 2006-09-11 12:27:15 +02:00
ifs.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ifs.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
itemmoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
marshal.c ole32: Fix CoLockObjectExternal to respect fLastUnlockReleases. 2006-08-03 22:23:13 +02:00
memlockbytes.c ole32: Make the virtual table functions static where possible. 2006-06-10 11:59:15 +02:00
memlockbytes16.c ole32: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:34:59 +02:00
moniker.c ole32: When comparing monikers use the abData field of MInterfacePointer 2006-08-09 20:39:51 +02:00
moniker.h ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
ole2.c ole32: Do a QueryInterface for IOleLink in OleLoad, like native does. 2006-09-07 11:43:33 +02:00
ole2.spec Fix .spec declarations for functinos with 64bit arguments (reported by 2005-09-26 09:56:40 +00:00
ole2_16.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ole2conv.spec
ole2impl.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ole2nls.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ole2nls.spec
ole2prox.spec
ole2stubs.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ole2thk.spec
ole16.c ole32: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:34:59 +02:00
ole32.spec ole32: Implement OleNoteObjectVisible as described by MSDN. 2006-07-31 21:25:38 +02:00
ole32_main.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ole32res.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
oleobj.c ole32: Allocate memory for a copy of the ptd member of FORMATETC in 2006-09-07 11:44:11 +02:00
oleproxy.c ole32: Call IRpcChannelBuffer_GetBuffer for the RemRelease case of 2006-08-26 19:37:10 +02:00
olestd.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
regsvr.c ole32: Fix functions defined without specifying argument types by changing them to "(void)". 2006-08-28 17:48:40 +02:00
rpc.c ole32: Add a reference to the stream in RPC_StartLocalServer since we 2006-09-07 11:43:49 +02:00
stg_bigblockfile.c ole32: Ensure that a returned free block is valid in storage. 2006-08-03 22:23:27 +02:00
stg_prop.c ole32: Use PropVariantInit instead of memset. 2006-08-14 20:17:10 +02:00
stg_stream.c ole32: Silence a compiler warning about unused variable in StgStreamImpl_Write(). 2006-09-13 11:01:53 +02:00
storage.c ole32: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:34:59 +02:00
storage.spec Fix .spec declarations for functinos with 64bit arguments (reported by 2005-09-26 09:56:40 +00:00
storage32.c ole32: Add a check for a condition where a stream has an invalid size 2006-09-11 12:28:23 +02:00
storage32.h ole32: Convert the *_{Read,Write}At structured storage functions to 2006-09-11 12:27:45 +02:00
stubmanager.c ole32: Fix functions defined without specifying argument types by changing them to "(void)". 2006-08-28 17:48:40 +02:00
usrmarshal.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
version.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00