.. |
tests
|
- Don't assume the ROT is already empty.
|
2005-06-02 20:06:33 +00:00 |
.cvsignore
|
Added rules to build import libraries in the individual dll makefiles.
|
2005-05-07 12:39:52 +00:00 |
antimoniker.c
|
Remove function prototypes, make functions static.
|
2005-03-27 18:16:25 +00:00 |
bindctx.c
|
Remove function prototypes, make functions static.
|
2005-03-27 18:16:25 +00:00 |
clipboard.c
|
Change prototypes so gcc with some warnings doesn't bark.
|
2005-03-29 11:32:04 +00:00 |
compobj.c
|
Move the Dll init function to compobj.c to avoid having global
|
2005-05-16 14:12:53 +00:00 |
compobj.spec
|
|
|
compobj_private.h
|
Move the Dll init function to compobj.c to avoid having global
|
2005-05-16 14:12:53 +00:00 |
compositemoniker.c
|
Implement Hash function on composite moniker.
|
2005-05-23 09:52:13 +00:00 |
datacache.c
|
Remove unnecessary function prototypes.
|
2005-03-27 18:16:49 +00:00 |
dcom.idl
|
|
|
defaulthandler.c
|
Do not check for non NULL pointer before HeapFree'ing it. It's
|
2004-12-23 17:06:43 +00:00 |
dictionary.c
|
Add traces, add unit tests for IPropertyStorage, and fix the problems
|
2005-04-11 14:30:24 +00:00 |
dictionary.h
|
Add traces, add unit tests for IPropertyStorage, and fix the problems
|
2005-04-11 14:30:24 +00:00 |
errorinfo.c
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
filemoniker.c
|
- Base FileMonikerImpl_Save() on XP.
|
2005-06-02 19:42:48 +00:00 |
ftmarshal.c
|
Staticify FTMarshalImpl definition.
|
2005-05-16 08:47:26 +00:00 |
git.c
|
Remove function prototypes.
|
2005-05-13 17:45:50 +00:00 |
hglobalstream.c
|
Make HGLOBALStream_* functions static.
|
2005-05-16 08:47:14 +00:00 |
ifs.c
|
Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
|
2005-03-17 20:53:37 +00:00 |
ifs.h
|
Fixed some errors in function prototypes.
|
2004-12-13 21:19:01 +00:00 |
itemmoniker.c
|
- Add error messages on failure in file moniker load function.
|
2005-05-23 10:27:42 +00:00 |
Makefile.in
|
Added rules for building import libraries in the individual dll
|
2005-05-09 14:42:30 +00:00 |
marshal.c
|
- Add a useful trace message.
|
2005-05-23 10:27:23 +00:00 |
memlockbytes.c
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
memlockbytes16.c
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
moniker.c
|
IEnum::Clone shouldn't do a Reset.
|
2005-06-02 20:06:22 +00:00 |
moniker.h
|
- Add a generic moniker marshaler that works by saving & loading
|
2005-05-19 14:22:14 +00:00 |
ole2.c
|
Obvious fixes to PropVariantClear and PropVariantCopy for vector
|
2005-05-17 10:18:59 +00:00 |
ole2.spec
|
|
|
ole2_16.c
|
Move the Dll init function to compobj.c to avoid having global
|
2005-05-16 14:12:53 +00:00 |
ole2conv.spec
|
|
|
ole2impl.c
|
Fix memory leak in OleDuplicateData on error path (found by Smatch).
|
2005-03-19 17:05:12 +00:00 |
ole2nls.c
|
|
|
ole2nls.spec
|
|
|
ole2prox.spec
|
|
|
ole2stubs.c
|
- Add documentation for most Co* functions.
|
2005-01-14 17:05:36 +00:00 |
ole2thk.spec
|
Comment out stub WEP entry points so that we can call WEP for builtin
|
2005-05-23 10:12:26 +00:00 |
ole16.c
|
Removed unnecessary code in the 16-bit DllEntryPoint function of some
|
2005-05-23 10:00:26 +00:00 |
ole32.spec
|
Add a stub implementation of CoIsHandlerConnected.
|
2005-05-11 12:57:16 +00:00 |
ole32_main.c
|
Move the Dll init function to compobj.c to avoid having global
|
2005-05-16 14:12:53 +00:00 |
ole32res.rc
|
Use only one .res file.
|
2004-10-27 00:47:53 +00:00 |
oleobj.c
|
Remove forward declarations.
|
2005-05-23 16:31:13 +00:00 |
oleproxy.c
|
- Add a generic moniker marshaler that works by saving & loading
|
2005-05-19 14:22:14 +00:00 |
olestd.h
|
|
|
regsvr.c
|
- Implement CoDisconnectObject.
|
2005-02-08 16:51:22 +00:00 |
rpc.c
|
- Add critsec debugging info.
|
2005-03-17 10:26:20 +00:00 |
stg_bigblockfile.c
|
Eliminate casts of the return value of HeapAlloc.
|
2005-03-21 11:25:13 +00:00 |
stg_prop.c
|
Add a comment, and a no-op cleanup.
|
2005-05-16 21:37:54 +00:00 |
stg_stream.c
|
Eliminate forward declarations, make functions static.
|
2005-03-31 15:26:30 +00:00 |
storage.c
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
storage.spec
|
|
|
storage32.c
|
Big Endian specific code fixes in order to conform with
|
2005-05-18 09:44:13 +00:00 |
storage32.h
|
- maintain proper byte order
|
2005-05-14 11:06:44 +00:00 |
stubmanager.c
|
- Add critsec debugging info.
|
2005-03-17 10:26:20 +00:00 |
version.rc
|
|
|