Rob Shearman
1d1d49b6ab
widl: Use typegen_detect_type to determine which types should be written for the pointer description in write_struct_tfs.
...
Otherwise extra pointers for user types could be written.
2010-03-16 11:36:12 +01:00
Rob Shearman
06e7eb5c98
widl: Merge write_typeformatstring_var and write_embedded_types into one function, write_type_tfs.
2010-03-16 11:36:05 +01:00
Rob Shearman
2fd6be54be
widl: Don't use the return value of write_embedded_types to determine whether a type contains pointers or not.
...
It isn't correct in all situations, so type_has_pointer has to be used
anyway so using the return value of write_embedded_types just clutters
the code.
2010-03-16 11:35:36 +01:00
Rob Shearman
484fe1cff3
widl: Write pointers in write_typeformatstring_var using write_pointer_tfs.
...
Avoid duplicating the pointer writing code.
2010-03-16 11:33:12 +01:00
Rob Shearman
7a69fcabac
widl: Simplify write_typeformatstring_var.
...
The check for whether a pointer is the last one is redundant since
typegen_detect_type does a stricter check on the ref type. Replace one
other instance of last_ptr with a more readable equivalent.
2010-03-16 11:33:04 +01:00
Rob Shearman
08126d7483
widl: Make write_pointer_tfs more readable.
...
Change write_pointer_tfs to rely on the detected type of the type to
determine when to write a simple pointer rather than relying on
typestring_offset not being set anywhere else.
2010-03-16 11:32:58 +01:00
Rob Shearman
5d985a8028
widl: Remove some unused functions, definitions and types.
2010-03-16 11:32:53 +01:00
Juan Lang
51ab77a90a
crypt32: Add support for the anyPolicy certificate policy.
2010-03-16 11:30:12 +01:00
Juan Lang
ffba84b161
crypt32: Switch to use the AES provider by default.
2010-03-16 11:29:53 +01:00
Juan Lang
a729e10a18
crypt32: Add constants to support SHA-256, SHA-384, and SHA-512.
2010-03-16 11:29:48 +01:00
Juan Lang
89b8adb262
rsaenh: Add signature support for SHA-256, SHA-384, and SHA-512 hashes.
2010-03-16 11:29:40 +01:00
Juan Lang
311d839dec
rsaenh: Add support for SHA-256, SHA-384, and SHA-512.
2010-03-16 11:29:32 +01:00
Maarten Lankhorst
693c991626
mmdevapi: Pass a property bag to IBaseFilter in IMMDevice::Activate.
2010-03-15 17:47:01 +01:00
Maarten Lankhorst
55b48ff662
mmdevapi: Implement IMMDeviceEnumerator::GetDevice.
2010-03-15 17:46:54 +01:00
Maarten Lankhorst
d53dc08ec5
mmdevapi: Implement MMDeviceCollection methods.
2010-03-15 17:46:50 +01:00
Maarten Lankhorst
9371fd5f95
mmdevapi: Implement some methods in IMMDevice.
2010-03-15 17:46:45 +01:00
Maarten Lankhorst
99f3ee3804
mmdevapi: Add IMMEndpoint to IMMDevice.
2010-03-15 17:46:38 +01:00
Maarten Lankhorst
90c30b3ad1
mmdevapi: Implement property store.
2010-03-15 17:46:25 +01:00
Detlef Riekenberg
c8195ebdb9
msvcr90: Add msvcr90.dll with forwards to msvcrt.dll.
2010-03-15 17:25:41 +01:00
Detlef Riekenberg
a949a700d2
msvcr80: Add msvcr80.dll with forwards to msvcrt.dll.
2010-03-15 17:24:47 +01:00
Detlef Riekenberg
83178a4fd2
msvcr70: Add msvcr70.dll with forwards to msvcrt.dll.
2010-03-15 17:23:58 +01:00
Yann Droneaud
9bad2febf3
cmd: Added some expansion tests.
2010-03-15 16:51:37 +01:00
Henri Verbeet
ef058b3030
kernel32: Implement CheckRemoteDebuggerPresent().
2010-03-15 15:56:56 +01:00
Henri Verbeet
f0a5045254
ntdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProcess().
2010-03-15 15:56:42 +01:00
Henri Verbeet
4ce43cd919
ntdll: Fix the ProcessDebugPort information length in NtQueryInformationProcess().
2010-03-15 15:56:02 +01:00
Henri Verbeet
4b671f4d54
wined3d: Move device context array functions to device.c.
2010-03-15 15:55:57 +01:00
Henri Verbeet
6ed7906852
wined3d: Don't partially initialize contexts in AddContextToArray().
...
Just add a context to the device's context array.
2010-03-15 15:55:51 +01:00
Henri Verbeet
8a107bc63a
wined3d: Kill pbuffer offscreen rendering support.
...
Our pbuffer support is broken, nobody cares.
2010-03-15 15:55:38 +01:00
Henri Verbeet
a8b76781bf
d3dx9_36: Not implementing an interface is not an internal error.
2010-03-15 15:55:26 +01:00
Henri Verbeet
d85730c8e3
d3dx9_36: ID3DXBuffer is a base interface for ID3DXConstantTable.
2010-03-15 15:55:19 +01:00
Henri Verbeet
ae437ab5b8
ddraw: Print unhandled vertex processing flags in IDirect3DExecuteBufferImpl_Execute().
2010-03-15 15:55:14 +01:00
Henri Verbeet
6c0ecd0955
server: Debugging our own process is disallowed.
2010-03-15 15:55:08 +01:00
Juan Lang
de6a0a86be
wininet: Handle proxy entries of the form <proto>=<proxy>, and allow multiple proxies.
2010-03-15 15:54:10 +01:00
Vincent Povirk
da409d6a7b
oleaut32: Return type mismatch errors in ITypeLibComp_fnBind.
2010-03-15 15:53:59 +01:00
Jeff Latimer
4f20455e4c
comctl32: cchTextMax needs to be set for LVS_OWNERDATA as it uses LVN_GETDISPINFO notifications.
2010-03-15 15:13:54 +01:00
Andrew Nguyen
af28d72aaf
dxdiagn: Fix string copy behavior with an excessively short buffer in IDxDiagContainer::EnumPropNames.
2010-03-15 15:12:17 +01:00
Andrew Nguyen
f1e005410f
dxdiagn: Fix return and output behavior of IDxDiagContainer::EnumPropNames.
2010-03-15 15:12:10 +01:00
Andrew Nguyen
af1bcf7768
dxdiagn: Fix dot parsing in IDxDiagContainer::GetChildContainer for the case of a lone dot terminator.
2010-03-15 15:12:06 +01:00
Andrew Nguyen
c245c6ed09
dxdiagn: Initialize output pointer to NULL in IDxDiagContainer::GetChildContainer.
2010-03-15 15:12:00 +01:00
Andrew Nguyen
fa9af5b68a
dxdiagn: Fix string copy behavior with an excessively short buffer in IDxDiagContainer::EnumChildContainerNames.
2010-03-15 15:11:56 +01:00
Andrew Nguyen
2c9a5900e6
dxdiagn: Fix return and output behavior of IDxDiagContainer::EnumChildContainerNames.
2010-03-15 15:11:52 +01:00
Andrew Nguyen
5801d60a37
dxdiagn/tests: Add tests for IDxDiagContainer.
2010-03-15 15:09:54 +01:00
Damjan Jovanovic
bf18e7e71f
setupapi: Stub out SetupDiRemoveDevice.
2010-03-15 15:08:43 +01:00
Andrew Eikum
e60b2ec907
shlwapi: Improve error handling in UrlGetPart.
2010-03-15 15:08:26 +01:00
Jeff Latimer
ee891d3b59
usp10: Change default glyph returned from 0xffff to 0.
2010-03-15 15:08:02 +01:00
Jörg Höhle
3f529a6e70
mcicda: Prevent crash when closing while playing.
2010-03-15 15:07:29 +01:00
Jörg Höhle
22569e6dce
mciavi: Prevent deadlock when closing while playing or when paused.
2010-03-15 15:07:26 +01:00
Dmitry Timoshkov
52ebbb8aa7
user32: Restore special handling of monochrome bitmaps removed by c2202929ab
.
2010-03-15 15:07:15 +01:00
Juan Lang
8447844d81
include: Add a few missing OIDs.
2010-03-15 15:06:11 +01:00
Juan Lang
972031643f
rsaenh: Add simple tests for SHA-256, SHA-384, and SHA-512.
2010-03-15 15:00:58 +01:00