wine-wine/dlls/ole32
Francois Gouget cfc3943c5f Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
2004-05-04 04:13:05 +00:00
..
.cvsignore .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Makefile.in Only link against libdxguid where necessary. 2004-01-27 00:11:16 +00:00
antimoniker.c Make Unicode strings static const. 2004-04-20 01:12:17 +00:00
bindctx.c Removed ordinals from comments. 2003-09-11 03:06:25 +00:00
clipboard.c Assorted spelling fixes. 2004-01-06 22:08:33 +00:00
compobj.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
compobj.spec Remove the obsolete pascal16 (replaced by pascal -ret16). 2003-09-26 04:32:19 +00:00
compobj_private.h - CoSetState info should be thread local. 2004-02-10 01:36:20 +00:00
compositemoniker.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
datacache.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
dcom.h Regenerated with the latest widl. 2003-09-06 02:25:53 +00:00
dcom.idl DCOM IDL file based on the DCOM specification. 2003-05-22 03:36:26 +00:00
defaulthandler.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
errorinfo.c - CoSetState info should be thread local. 2004-02-10 01:36:20 +00:00
filemoniker.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
ftmarshal.c Removed ordinals from comments. 2003-09-11 03:06:25 +00:00
git.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
hglobalstream.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
ifs.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
ifs.h Moved a few remaining 16-bit definitions out of the standard headers. 2004-01-23 22:51:41 +00:00
itemmoniker.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
marshal.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
memlockbytes.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
memlockbytes16.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
moniker.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
moniker.h Moved some definitions from include/wine/obj_moniker.h to 2002-12-19 01:09:40 +00:00
ole2.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
ole2.spec Moved a few remaining 16-bit definitions out of the standard headers. 2004-01-23 22:51:41 +00:00
ole2_16.c Moved a few remaining 16-bit definitions out of the standard headers. 2004-01-23 22:51:41 +00:00
ole2conv.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
ole2impl.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
ole2nls.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
ole2nls.spec Remove the obsolete pascal16 (replaced by pascal -ret16). 2003-09-26 04:32:19 +00:00
ole2prox.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
ole2stubs.c Fix various function prototypes to conform to PSDK. 2004-01-23 20:57:26 +00:00
ole2thk.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
ole16.c Fix the IMalloc::ReAlloc() to follow the documented behavior. 2003-11-26 03:34:51 +00:00
ole32.spec Implemented CoReleaseMarshalData. 2004-05-02 04:20:37 +00:00
ole32_main.c - Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet been called and 2003-12-08 22:46:08 +00:00
ole32_main.h Fix the case of product and company names. 2003-09-08 19:38:45 +00:00
ole32res.rc Extract binary resources to files, to fit the standard. 2003-10-03 05:01:33 +00:00
oleobj.c Removed ordinals from comments. 2003-09-11 03:06:25 +00:00
oleproxy.c Fixed strict aliasing issues in dlls/ole32. 2004-05-04 03:10:50 +00:00
olestd.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
regsvr.c Sync some of the dll registrations with the contents of 2004-02-27 06:08:32 +00:00
rpc.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
stg_bigblockfile.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
stg_stream.c Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform 2004-01-23 01:51:33 +00:00
storage.c Fixed lvalue casts. 2004-04-30 18:32:36 +00:00
storage.spec ole2nls.c is a 16bit only. 2003-01-05 01:04:34 +00:00
storage32.c Make our ascii strings static const. 2004-05-04 04:13:05 +00:00
storage32.h Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
version.rc Implement DllRegisterServer and DllUnregisterServer for ole32.dll, and 2003-03-28 19:33:04 +00:00