Francois Gouget
|
24b315c51f
|
dsound/tests: Fix the Visual C++ double to float conversion warnings.
|
2007-05-29 13:47:06 +02:00 |
|
Francois Gouget
|
30b7744472
|
ddraw/tests: Fix the Visual C++ double to float conversion warnings.
|
2007-05-29 13:47:03 +02:00 |
|
Francois Gouget
|
e6196f9ae7
|
d3d9/tests: Fix the Visual C++ double to float conversion warnings.
|
2007-05-29 13:47:01 +02:00 |
|
Francois Gouget
|
f64f30cdba
|
d3d8/tests: Fix the Visual C++ double to float conversion warnings.
|
2007-05-29 13:46:56 +02:00 |
|
Francois Gouget
|
7071a0105f
|
psapi/tests: Fix a signed/unsigned int mismatch.
|
2007-05-29 13:46:33 +02:00 |
|
Francois Gouget
|
7ba8c0a420
|
gdi32/tests: Fix a signed/unsigned int mismatch.
|
2007-05-29 13:46:31 +02:00 |
|
Francois Gouget
|
e4a98928ab
|
ntdll/tests: Remove an inappropriate const qualifier.
|
2007-05-29 13:46:27 +02:00 |
|
Francois Gouget
|
b6a2102d34
|
setupapi/tests: There is no strncasecmp() on Windows. So use CompareString() instead.
|
2007-05-29 13:46:24 +02:00 |
|
Francois Gouget
|
8d7ad785e3
|
rpcrt4/tests: Fix a Visual C++ double to float conversion warning.
|
2007-05-29 13:46:19 +02:00 |
|
Francois Gouget
|
f27a7153a5
|
rpcrt4/tests: Fix signed/unsigned and 32/64bit issues with the wiredatalen parameter.
|
2007-05-29 13:46:14 +02:00 |
|
Rob Shearman
|
2e21d090cb
|
wininet: Cope with non-nul-terminated header strings being passed to HttpSendRequestW.
|
2007-05-29 13:44:36 +02:00 |
|
Rob Shearman
|
4d1b8b1a4e
|
wininet: Fix basic authentication by putting Basic directing into the scheme field, as the pszAuthValue can have an optional realm string appended.
|
2007-05-29 13:44:35 +02:00 |
|
Francois Gouget
|
77440b098f
|
ddraw/tests: Fix compilation with Visual C++ 2005.
|
2007-05-29 13:44:35 +02:00 |
|
Alexandre Julliard
|
e748d62e77
|
schannel: Use FIELD_OFFSET instead of offsetof.
|
2007-05-29 13:44:35 +02:00 |
|
Francois Gouget
|
04a3aa99a6
|
schannel: Fix the name of the SetContextAttributes field of SECPKG_FUNCTION_TABLE.
|
2007-05-29 13:44:35 +02:00 |
|
Francois Gouget
|
ecaeeb2c9b
|
schannel: The PSDK defines no SECPKG_FUNCTION_TABLE_SIZE_* macro.
|
2007-05-29 13:44:34 +02:00 |
|
Francois Gouget
|
efba293582
|
include: The PSDK does not define the DEFINE_SHLGUID() macro anymore.
|
2007-05-29 13:17:57 +02:00 |
|
Francois Gouget
|
40838cec78
|
shlwapi/tests: The PSDK does not define IID_IDelayedRelease anymore.
|
2007-05-29 13:17:54 +02:00 |
|
Francois Gouget
|
258f2972aa
|
shell32/tests: With recent PSDKs, CSIDL_MYDOCUMENTS is a synonym for CSIDL_PERSONAL. So define our own constant.
|
2007-05-29 13:17:52 +02:00 |
|
Francois Gouget
|
c85b74d63e
|
In the PSDK HRESULT_FROM_WIN32() is now an inline function, and it is __HRESULT_FROM_WIN32() which is a macro.
|
2007-05-29 13:17:46 +02:00 |
|
Francois Gouget
|
47b6392b44
|
ddraw: Fix the name of DDSPD_IUNKNOWNPOINTER.
|
2007-05-29 13:17:42 +02:00 |
|
Francois Gouget
|
c9533adc52
|
comctl32/tests: The PSDK does not define ListView_InsertItemA() so don't use it.
|
2007-05-29 12:13:38 +02:00 |
|
Francois Gouget
|
ed94ca1e4f
|
kernel32/tests: src[i] is a char so there is no point trying to stuff 0xcafedead into it.
|
2007-05-29 12:13:35 +02:00 |
|
Francois Gouget
|
fd578240f2
|
d3d9/tests: Fix compilation with Visual C++ 2005.
|
2007-05-29 12:12:41 +02:00 |
|
Francois Gouget
|
29a4a9c849
|
shell32/tests: We need NTDDI_VERSION >= NTDDI_WINXPSP1 to get SEE_MASK_NOZONECHECKS with the PSDK.
|
2007-05-29 12:12:26 +02:00 |
|
Francois Gouget
|
1ecd90a222
|
user32/tests: SWP_STATECHANGED is an undocumented flag so define it ourselves. Fixes compilation with the PSDK.
|
2007-05-29 12:12:14 +02:00 |
|
Francois Gouget
|
a50dfc174e
|
msvcrt/tests: Fix a signed/unsigned int mismatch.
|
2007-05-29 12:12:05 +02:00 |
|
Francois Gouget
|
dbf7b7b398
|
msi/tests: Fix a signed/unsigned int mismatch.
|
2007-05-29 12:12:01 +02:00 |
|
Francois Gouget
|
e5b1ca4cf5
|
kernel32/tests: Fix a signed/unsigned int mismatch.
|
2007-05-29 12:11:55 +02:00 |
|
Francois Gouget
|
149ac3fcdc
|
usp10/tests: Fix a signed/unsigned int mismatch.
|
2007-05-29 12:11:51 +02:00 |
|
Andrew Talbot
|
080635bdeb
|
winex11.drv: Exclude unused headers.
|
2007-05-29 12:10:21 +02:00 |
|
Andrew Talbot
|
8ee390f6f5
|
wininet: Exclude unused headers.
|
2007-05-29 12:10:17 +02:00 |
|
Andrew Talbot
|
9ff4c29d86
|
wineps.drv: Exclude unused headers.
|
2007-05-29 12:10:13 +02:00 |
|
Alexandre Julliard
|
e269fa378b
|
msxml3: Fixed compilation without libxml.
|
2007-05-29 12:05:20 +02:00 |
|
Andrew Talbot
|
231fa34135
|
msg711.acm: Constify some variables.
|
2007-05-29 12:04:39 +02:00 |
|
Andrew Talbot
|
9312f0f974
|
mscms: Constify some variables.
|
2007-05-29 12:04:35 +02:00 |
|
Andrew Talbot
|
a7e82e68ea
|
msdmo: Constify some variables.
|
2007-05-29 12:04:30 +02:00 |
|
Evan Stade
|
bed761c9e7
|
gdiplus: Added stub implementation of gdiplus.dll.
|
2007-05-29 12:04:21 +02:00 |
|
Dmitry Timoshkov
|
8bf41d88c8
|
oleaut32: Add support for loading and drawing metafiles.
|
2007-05-29 11:56:18 +02:00 |
|
Dmitry Timoshkov
|
6aa84e0eaf
|
gdi32: Perform consistency checks when loading an EMF, add a test case.
|
2007-05-29 11:56:10 +02:00 |
|
Detlef Riekenberg
|
fb0a9291ea
|
ddraw: Do not crash when Clipper is NULL.
|
2007-05-29 11:55:58 +02:00 |
|
Detlef Riekenberg
|
0d1de51a15
|
localui/tests: Handle different results from XP.
|
2007-05-29 11:55:19 +02:00 |
|
Maarten Lankhorst
|
c83fd812f1
|
dsound: Fix stupid mistake.
|
2007-05-29 11:55:14 +02:00 |
|
Andrew Talbot
|
0ad8eaa27a
|
mpr: Constify some variables.
|
2007-05-29 11:54:59 +02:00 |
|
Andrew Talbot
|
7984532fe2
|
mciwave: Constify a variable.
|
2007-05-29 11:54:54 +02:00 |
|
Rob Shearman
|
7b94871c9f
|
wininet: Pass context to InitializeSecurityContext in second parameter.
Otherwise, the call will now fail with SEC_E_INVALID_HANDLE.
|
2007-05-29 11:54:42 +02:00 |
|
Rob Shearman
|
34556854ed
|
setupapi: Add a FIXME in SetupCopyOEMInfW for when we should be copying a catalog file.
|
2007-05-29 11:54:38 +02:00 |
|
Kai Blin
|
29b3a16306
|
ws2_32: Make WS2_send trace more readble.
|
2007-05-29 11:54:29 +02:00 |
|
Kai Blin
|
c1e724bc88
|
secur32: Downgrade WARN to TRACE, fix another TRACE.
|
2007-05-29 11:54:22 +02:00 |
|
Andrew Talbot
|
5f8d15027e
|
winmm: Exclude unused headers.
|
2007-05-29 11:53:57 +02:00 |
|