Francois Gouget
|
a603e9871e
|
include: Add a few missing include directives to shlguid.h.
|
2011-12-20 10:16:45 +01:00 |
Francois Gouget
|
d21c37a860
|
ole32: Avoid hardcoding the Unicode string literal lengths.
|
2011-12-16 17:40:42 +01:00 |
Francois Gouget
|
3c3a4740ca
|
include: Add a couple of missing include directives in windows.h.
Rename a variable to avoid a conflict with the Unknown enumeration value.
Define WIN32_LEAN_AND_MEAN to avoid conflicts caused by the SetPort macro.
|
2011-12-15 10:49:18 +01:00 |
Nikolay Sivov
|
5b533d82d2
|
ole32: Simplify stream creation, remove redundant comments.
|
2011-12-13 18:59:02 +01:00 |
Nikolay Sivov
|
5f5d5e0c65
|
ole32: COM cleanup of IStream based on HGLOBAL.
|
2011-12-13 18:59:02 +01:00 |
Marcus Meissner
|
cfe49e3697
|
ole32: Output more information in OleCreateStaticFromData.
|
2011-12-05 17:41:02 +01:00 |
Marcus Meissner
|
48ae8e9ced
|
ole32: Handle VT_BLOB in PropertyStorage_ReadProperty.
|
2011-12-05 17:40:28 +01:00 |
Alexandre Julliard
|
0f3e60747f
|
ole32: Process all pending messages in CoWaitForMultipleHandles before waiting again, otherwise we may not wake up.
|
2011-11-29 21:22:40 +01:00 |
Frédéric Delanoy
|
67181743a6
|
ole32: Avoid hardcoding array lengths.
|
2011-11-18 15:37:02 +01:00 |
Francois Gouget
|
ed03674bc3
|
ole32: Delete the compobj and rpc static critical sections when unloading the dll.
|
2011-11-17 11:37:56 +01:00 |
André Hentschel
|
09202ee949
|
ole32: Implement writing VT_CLSID properties.
|
2011-11-15 11:46:46 +01:00 |
Andrew Talbot
|
85fc5a3ae9
|
ole32: Remove unneeded address-of operators from array names.
|
2011-10-31 23:54:07 +01:00 |
Michael Stefaniuc
|
e68643f1a1
|
ole32: Drop 'inline' from a function using sigsetjmp.
|
2011-10-31 23:53:44 +01:00 |
André Hentschel
|
c2015d3341
|
ole32: Return if out of memory (Coverity).
|
2011-10-08 19:54:33 +02:00 |
Marcus Meissner
|
da0f475d4b
|
ole32: Mark two functions as hidden.
|
2011-10-03 16:10:56 -05:00 |
Francois Gouget
|
88ba9c3274
|
ole32/tests: Skip some tests if not allowed to modify the Classes registry key.
|
2011-09-21 11:35:43 +02:00 |
Francois Gouget
|
54c74dc4a2
|
ole32/tests: Fix compilation on systems that don't support nameless unions.
|
2011-09-19 13:19:29 +02:00 |
Vincent Povirk
|
cb9e572611
|
ole32: Discard existing data when creating a new storage on an ILockBytes.
|
2011-09-13 09:20:29 +02:00 |
Vincent Povirk
|
7df35e9b0f
|
ole32/tests: Test creation of a storage on an ILockBytes containing data.
|
2011-09-13 09:20:27 +02:00 |
Octavian Voicu
|
9b1fc0fd74
|
ole32: Fix a few incorrect pointer/integer casts on 64-bit.
|
2011-08-31 19:43:08 +02:00 |
Michael Stefaniuc
|
43a31b6200
|
ole32: COM cleanup in compositemoniker.c.
|
2011-08-30 11:57:09 +02:00 |
Michael Stefaniuc
|
70c038dc2f
|
ole32: COM cleanup in filemoniker.c.
|
2011-08-30 11:57:03 +02:00 |
Michael Stefaniuc
|
82b3d35b73
|
ole32: Cleanup ItemMonikerImpl_QueryInterface().
|
2011-08-25 11:31:53 +02:00 |
Michael Stefaniuc
|
d3c934adcd
|
ole32: COM cleanup in itemmoniker.c.
|
2011-08-25 11:31:53 +02:00 |
Michael Stefaniuc
|
7d7c79db1d
|
ole32: COM cleanup in classmoniker.c.
|
2011-08-23 16:53:54 +02:00 |
Michael Stefaniuc
|
cd3f8a8078
|
ole32: COM cleanup in antimoniker.c.
|
2011-08-23 16:53:54 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Frédéric Delanoy
|
7e309601f3
|
dlls: Assorted spelling fixes.
|
2011-08-03 14:15:50 +02:00 |
Michael Stefaniuc
|
3673f6b7c4
|
ole32/tests: COM cleanup in compobj.c.
|
2011-08-03 14:15:48 +02:00 |
Alexandre Julliard
|
f01c1c429d
|
ole32: Fix a couple of race conditions with the local server pipe.
|
2011-08-01 18:26:25 +02:00 |
Alexandre Julliard
|
096bf10f11
|
ole32: Specify the PSFactoryBuffer class in the idl files.
|
2011-08-01 17:20:46 +02:00 |
Austin English
|
94f63d7681
|
ole32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-07-26 10:22:38 +02:00 |
Michael Stefaniuc
|
9d94b1d402
|
ole32: COM cleanup for the IEnumCATEGORYINFO iface.
|
2011-07-13 15:00:22 +02:00 |
Francois Gouget
|
be9a032693
|
ole32: Modify local_server_thread() to recreate the pipe for each request.
This avoids having the named pipe get stuck in the STATUS_PIPE_BUSY state after the DisconnectNamedPipe() call.
|
2011-07-13 11:52:59 +02:00 |
Francois Gouget
|
b6f28fc70f
|
ole32: Fix a handle leak in local_server_thread().
|
2011-07-13 11:52:45 +02:00 |
Frédéric Delanoy
|
8f32948d9a
|
ole32/tests: Remove dead assignment (Clang).
|
2011-07-11 18:33:46 +02:00 |
Marcus Meissner
|
2395ea98bb
|
ole32: Access the array entry, not the array (Coverity).
|
2011-06-27 13:27:37 -05:00 |
Michael Stefaniuc
|
7b3d1bbc4e
|
ole32: COM cleanup for the static object ComCatMgrImpl.
|
2011-06-21 17:12:15 +02:00 |
Adam Martinson
|
e85668b463
|
ole32: Don't call IDropTarget::QueryInterface() in RegisterDragDrop().
|
2011-06-08 17:36:40 +02:00 |
Vincent Povirk
|
c72ecb1de6
|
ole32: Avoid opening source storage in IStorage::CopyTo.
|
2011-06-03 17:37:09 +02:00 |
David Hedberg
|
a0980b47c8
|
ole32: Add ManualResetEvent implementation.
|
2011-05-30 17:55:43 +02:00 |
Alexandre Julliard
|
7efe6d9895
|
ole32: Delete the transacted storage scratch file on release.
|
2011-05-26 13:27:41 +02:00 |
Adam Martinson
|
456e48efa1
|
ole32/tests: IDropTarget::QueryInterface() shouldn't be called.
|
2011-05-20 17:57:01 +02:00 |
Alexandre Julliard
|
5a559f181a
|
ole32: Don't continue to wait for a local server if the process has terminated.
|
2011-05-20 13:41:18 +02:00 |
Nicolas Le Cam
|
cfe11f1875
|
ole32/tests: Fix large integer overflow warnings.
|
2011-05-02 12:42:21 +02:00 |
David Hedberg
|
ea14a6b2e7
|
oleaut32: Fix CLSIDToString behaviour when passed an invalid CLSID-string.
In some cases, Excel 2007 apparently relies on CLSIDToString properly
parsing an "invalid" CLSID string where extra bytes are appended.
|
2011-04-28 18:17:18 +02:00 |
Marcus Meissner
|
14c4ef3fdd
|
ole32: Mark internal symbols has hidden visibility.
|
2011-04-25 13:02:01 +02:00 |
Dmitry Timoshkov
|
30b6b53adf
|
ole32: Replace a spurious FIXME by a TRACE.
|
2011-04-15 15:39:44 +02:00 |
Austin English
|
85b5a869e8
|
ole32: Remove extraneous parentheses (LLVM/Clang).
|
2011-04-13 14:13:55 +02:00 |
Nikolay Sivov
|
0c33682330
|
ole32: Handle null argument in OleIsRunning().
|
2011-04-08 13:03:20 +02:00 |