Sweden-Number/dlls/ole32
Huw Davies f2cf617f00 ole32: Partial implementation of IOleObject_Update(). 2008-10-21 13:22:50 +02:00
..
tests ole32/tests: Fix two failures on NT4. 2008-10-09 13:01:40 +02:00
Makefile.in comcat: Moved all the implementation to ole32 where it belongs. 2008-10-11 13:30:08 +02: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: Fix spelling of GetComparisonData(). 2008-04-14 12:40:22 +02:00
clipboard.c ole32: Use the right FAILED/SUCCEEDED macro instead of negating the opposite. 2008-10-08 13:41:58 +02:00
comcat.c comcat: Moved all the implementation to ole32 where it belongs. 2008-10-11 13:30:08 +02:00
compobj.c ole32: Update comments in compobj.c. 2008-09-16 22:33:14 +02:00
compobj.spec ole32: Implement win16 COCREATEGUID. 2007-10-01 14:16:57 +02:00
compobj_private.h ole32: Convert source files to utf-8. 2008-10-18 19:20:29 +02: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: Partial implementation of IOleObject_Update(). 2008-10-21 13:22:50 +02:00
dictionary.c
dictionary.h
drag_copy.cur ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
drag_link.cur ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
drag_move.cur ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
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: Assign to structs instead of using memcpy. 2008-03-11 12:11:51 +01:00
filemoniker.c ole32: Use the right FAILED/SUCCEEDED macro instead of negating the opposite. 2008-10-08 13:41:58 +02: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 ole32: Add cross-process running-object table support. 2007-09-11 13:55:08 +02:00
itemmoniker.c ole32: Fix spelling of GetComparisonData(). 2008-04-14 12:40:22 +02: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
moniker.c ole32: Remove unneeded address-of operators from array names. 2008-07-11 14:06:31 +02:00
moniker.h comcat: Moved all the implementation to ole32 where it belongs. 2008-10-11 13:30:08 +02:00
nodrop.cur ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
ole2.c ole32: Handle GetMenuItemCount returning -1 by changing UINT to INT (Coverity 228). 2008-10-06 13:51:06 +02:00
ole2.spec
ole2_16.c
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
ole2thk.spec
ole16.c ole32: Spelling fixes. 2008-04-10 09:51:12 +02:00
ole32.spec ole32: Added a CoGetContextToken stub. 2008-02-26 11:21:54 +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 ole32: Add a widl-generated proxy file for oleidl.idl. 2008-09-02 16:03:02 +02: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 ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
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: Convert source files to utf-8. 2008-10-18 19:20:29 +02:00
olestd.h
pointermoniker.c ole32: Spelling fixes. 2008-04-10 09:51:12 +02:00
regsvr.c comcat: Moved all the implementation to ole32 where it belongs. 2008-10-11 13:30:08 +02:00
rpc.c ole32: Convert source files to utf-8. 2008-10-18 19:20:29 +02:00
stg_bigblockfile.c ole32: Remove unused BIGBLOCKFILE_GetSize. 2008-06-23 12:48:38 +02: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: Spelling fixes. 2008-04-10 09:51:12 +02:00
storage.spec
storage32.c ole32: Use the right FAILED/SUCCEEDED macro instead of negating the opposite. 2008-10-08 13:41:58 +02:00
storage32.h ole32: Spelling fixes. 2008-04-10 09:51:12 +02:00
stubmanager.c ole32: Remove unneeded address-of operators from array names. 2008-07-11 14:06:31 +02:00
usrmarshal.c ole32: Add a widl-generated proxy file for oleidl.idl. 2008-09-02 16:03:02 +02:00
version.rc
version16.rc ole32: Define WINE_FILEVERSION in version resource of ole2nls.dll too. 2007-10-01 14:17:21 +02:00