Rob Shearman
|
b49835229e
|
include: Use placeholder structures with at least one field in vmr9.idl.
MIDL won't parse structures with no fields.
|
2008-09-09 11:46:14 +02:00 |
Rob Shearman
|
fa441c9dd0
|
include: Add XMLDOMDocumentEvents dispinterface to xmldom.idl.
|
2008-09-09 11:46:14 +02:00 |
Rob Shearman
|
d65920df77
|
include: The INewShortcutHookA, INewShortcutHookW and IRunnableTask interface in shobjidl.idl should be local.
They are declared such that they cannot be used over the network and
cause errors in MIDL when they are not declared local.
|
2008-09-09 11:46:14 +02:00 |
Rob Shearman
|
c36682685a
|
include: Fix signature of NearestPoint function of IInkDisp interface in msinkaut.idl.
Since the PointOnStroke and DistanceFromPacket parameters are [in,
out] parameters the must be pointers.
|
2008-09-09 11:46:14 +02:00 |
Rob Shearman
|
244b14ba36
|
include: Fix level of indirection of parameters in GetNotifyCmdLine function of IBackgroundCopyJob2 interface in bits1_5.idl.
The parameters should be double pointers to strings, not pointers to strings.
|
2008-09-09 11:46:13 +02:00 |
Rob Shearman
|
10208999c5
|
include: Uncomment declaration of IDirectShowStream in amstream.idl.
Also remove incorrect [optional] attributes from parameters.
|
2008-09-09 11:46:13 +02:00 |
Rob Shearman
|
f399e6ecf2
|
include: Remove incorrect [optional] attributes from parameters in ddstream.idl.
|
2008-09-09 11:46:13 +02:00 |
Rob Shearman
|
dc2bee5f42
|
include: Define sigset_t in pthread.h if HAVE_SIGSET_T isn't defined.
|
2008-09-09 11:02:26 +02:00 |
Hans Leidekker
|
7f28c5f87e
|
winhttp: Make sure not to read more data than expected on a redirect.
Fixes a bug in automatic redirects with content.
|
2008-09-09 11:02:17 +02:00 |
Hans Leidekker
|
01e7d12848
|
winhttp: WinHttpQueryDataAvailable should do a blocking read if more data is expected.
Spotted by Henri Verbeet.
|
2008-09-09 11:02:04 +02:00 |
Hans Leidekker
|
6e6ffab63f
|
winhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT must return a pointer.
|
2008-09-09 11:01:53 +02:00 |
David Adam
|
a66ef8fac3
|
appwiz: Fix some typos in the French resource.
|
2008-09-09 11:01:02 +02:00 |
Erik Inge Bolsø
|
6fc8497519
|
winealsa.drv: fix typo in IDsCaptureDriverImpl_Open.
|
2008-09-09 11:00:56 +02:00 |
Alexandre Julliard
|
9d45cfde33
|
winex11: Support setting the window region on windows belonging to other threads.
|
2008-09-08 15:51:08 +02:00 |
Alexandre Julliard
|
370368aace
|
winex11: Moved the X11DRV_WindowMessage function to window.c.
|
2008-09-08 15:42:24 +02:00 |
Nikolay Sivov
|
c2de38ea47
|
gdiplus: Added missed stubs for Image metadata access.
|
2008-09-08 14:12:31 +02:00 |
Nikolay Sivov
|
cda96c0546
|
gdiplus: Some defines for Image metadata API.
|
2008-09-08 14:12:23 +02:00 |
Nikolay Sivov
|
d923d78e95
|
gdiplus: Partially implemented GdipTestControl.
|
2008-09-08 14:09:36 +02:00 |
Henri Verbeet
|
932e95c111
|
wined3d: Translate one pixel down after flipping for offscreen rendering.
|
2008-09-08 14:09:29 +02:00 |
Detlef Riekenberg
|
388841fd13
|
rasapi32/tests: Trace the correct variable.
|
2008-09-08 14:09:23 +02:00 |
Damjan Jovanovic
|
b904dd783c
|
ws2_32: Only enable FD_WRITE on short sends.
|
2008-09-08 14:09:16 +02:00 |
Reece Dunn
|
261a39a008
|
shlwapi: Fixed the url tests on Vista.
|
2008-09-08 14:09:09 +02:00 |
Reece Dunn
|
c722cca599
|
hlink: Fix the tests for IE7.
|
2008-09-08 14:08:49 +02:00 |
Reece Dunn
|
f14fe767b3
|
secur32: Fixed the logic on some of the schannel tests.
|
2008-09-08 14:08:35 +02:00 |
Reece Dunn
|
c718981a19
|
secur32: Fixed the schannel tests on Vista.
|
2008-09-08 14:08:30 +02:00 |
Reece Dunn
|
a8ffb232ab
|
browseui: Fixed building the tests with the Windows SDK.
|
2008-09-08 14:08:25 +02:00 |
Reece Dunn
|
5740ad6432
|
richedit20: Fixed building the tests on msvc.
|
2008-09-08 14:08:21 +02:00 |
Reece Dunn
|
099517604b
|
shdocvw: Fixed building on msvc.
|
2008-09-08 14:08:17 +02:00 |
Muneyuki Noguchi
|
2ca3a80ba8
|
comdlg32: Update Japanese translation.
|
2008-09-08 14:08:12 +02:00 |
Muneyuki Noguchi
|
48dfff8577
|
cmdlgtst: Add Japanese resources.
|
2008-09-08 14:08:08 +02:00 |
Muneyuki Noguchi
|
3a6373d1a8
|
view: Add Japanese resources.
|
2008-09-08 14:08:04 +02:00 |
Muneyuki Noguchi
|
8d97c6e1ab
|
wininet: Update Japanese translation.
|
2008-09-08 14:08:01 +02:00 |
Rob Shearman
|
a8f7c716ef
|
rpcrt4: Change type of len parameter of NdrAllocate from size_t to SIZE_T.
Use SIZE_T as it matches the size that Windows programs expect whereas
size_t is platform-dependent.
|
2008-09-08 12:51:37 +02:00 |
Vincent Povirk
|
3c4f44d1af
|
user32: Use the correct bitmap location for MNS_CHECKORBMP.
|
2008-09-08 12:49:12 +02:00 |
Paul Vriens
|
f4ba76e1d1
|
winmm/tests: Fix a test on win9x.
|
2008-09-08 12:49:12 +02:00 |
Paul Vriens
|
e8b8856df0
|
crypt32/tests: Fix a test on Vista.
|
2008-09-08 12:49:12 +02:00 |
Paul Vriens
|
3f6e4adf9d
|
user32/tests: Win9x needs a threadid for CreateThread.
|
2008-09-08 12:49:12 +02:00 |
Paul Vriens
|
5737fb815c
|
kernel32/tests: Fix a few failures on win98.
|
2008-09-08 12:49:12 +02:00 |
Paul Vriens
|
bdde87f04a
|
urlmon/tests: Fix timeouts for win9x tests.
|
2008-09-08 12:49:12 +02:00 |
Paul Vriens
|
c461eba067
|
kernel32/tests: Fix 2 tests on win9x.
|
2008-09-08 12:49:12 +02:00 |
Paul Vriens
|
c3a58cc7d8
|
kernel32/tests: Fix a few tests on win9x.
|
2008-09-08 12:49:12 +02:00 |
James Hawkins
|
a061f642d6
|
comctl32: Fix two test failures in win2000.
|
2008-09-08 12:47:23 +02:00 |
James Hawkins
|
e7d9185419
|
comctl32: Trace the first day of the week.
|
2008-09-08 12:47:23 +02:00 |
James Hawkins
|
66e4be152a
|
comctl32: Fix a failing test for some platforms.
|
2008-09-08 12:47:23 +02:00 |
James Hawkins
|
3e2ac662f1
|
comctl32: Fix a typo.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
106791c610
|
comctl32: Fix several test failures in win98.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
66483daf34
|
comctl32: Fix a failing test in win98.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
dcc230c567
|
comctl32: Fix a couple failing tests in win98.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
d54963e512
|
comctl32: Allow a little slop in the status bar metric tests.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
f5e298d2db
|
comctl32: Fix several failing tests in win98.
|
2008-09-08 12:47:22 +02:00 |