Paul Vriens
|
850cd7ccb2
|
shell32/tests: Fix some test failures on Vista.
|
2009-01-09 14:18:20 +01:00 |
Paul Vriens
|
faf2f8e682
|
shell32/tests: Fix some errors on NT4 (FO_DELETE).
|
2009-01-09 14:18:12 +01:00 |
Paul Vriens
|
7ea6c85e97
|
shell32/tests: Fix the last test failure on Win9x.
|
2009-01-09 14:18:03 +01:00 |
Alexandre Julliard
|
a2cf243776
|
include: Fix packing of the setupapi structures.
|
2009-01-09 14:06:14 +01:00 |
Alexandre Julliard
|
3b6cab3f77
|
oleaut32/tests: Only compare the initialized part of DECIMAL variants.
|
2009-01-09 14:06:14 +01:00 |
Henri Verbeet
|
9d8c6326c0
|
wined3d: Remove stray tabs.
|
2009-01-09 14:06:14 +01:00 |
Henri Verbeet
|
ac914262ed
|
wined3d: Rewrite BeginStateBlock() to use CreateStateBlock() instead of duplicating the code.
|
2009-01-09 14:06:14 +01:00 |
Henri Verbeet
|
9d523ebd8f
|
wined3d: Remove a silly check in drawStridedInstanced().
|
2009-01-09 14:06:14 +01:00 |
Henri Verbeet
|
92488ca7c1
|
wined3d: Simplify checking if an attribute is used in loadNumberedArrays().
|
2009-01-09 14:06:14 +01:00 |
Henri Verbeet
|
d9e58e6591
|
wined3d: Failing HeapAlloc() should be an ERR.
|
2009-01-09 14:06:13 +01:00 |
Henri Verbeet
|
e028e3f7bd
|
wined3d: Use GL_ALIASED_POINT_SIZE_RANGE to retrieve the max point size.
|
2009-01-09 14:06:13 +01:00 |
Francois Gouget
|
b881cfc541
|
kernel32: Fix the sysctl() usage and the CPU detection on NetBSD.
|
2009-01-09 14:06:13 +01:00 |
Francois Gouget
|
5da42336d9
|
xinput1_3/tests: Add a trailing '\n' to an ok() call.
|
2009-01-09 14:06:13 +01:00 |
Francois Gouget
|
916d6a4450
|
setupapi: Fix the StringTableLookUpStringEx() prototype.
|
2009-01-09 14:06:13 +01:00 |
Dylan Smith
|
35680c83d1
|
wordpad: Use unicode version of CBEM_GETITEM message.
|
2009-01-09 14:06:13 +01:00 |
Dylan Smith
|
02c7d192b0
|
wordpad: Use winelib's sprintfW for floating point formatting.
This fixes a regression introduced by commit
ef23ef9335 .
|
2009-01-09 14:06:13 +01:00 |
Nikolay Sivov
|
37d4349636
|
ole32: Some tests for IMoniker::IsRunning with NULL args.
|
2009-01-09 14:06:13 +01:00 |
Nikolay Sivov
|
df0ecdfd30
|
ole32: Fix some comment typos.
|
2009-01-09 14:06:13 +01:00 |
Dylan Smith
|
1f6b8c7fd9
|
richedit: Missing condition for inserting newline before table.
This case occurs when the cursor is at the start of the table, the
table is at the start of the text, and there is no selection.
|
2009-01-09 14:06:13 +01:00 |
Francois Gouget
|
4967984d94
|
winhlp32: Make some functions static in macro.c.
|
2009-01-09 14:06:13 +01:00 |
Francois Gouget
|
ef35bfd444
|
winhlp32: Reorder some functions to avoid forward declarations in macro.c.
|
2009-01-09 14:06:12 +01:00 |
Alexandre Julliard
|
4441065182
|
winedbg: Fix pointer cast warnings on 64-bit.
|
2009-01-09 14:06:12 +01:00 |
Alexandre Julliard
|
32484769b8
|
winhlp32: Use GetWindowLongPtr to retrieve a pointer, and make sure there is enough space for it.
|
2009-01-09 14:05:56 +01:00 |
Alexandre Julliard
|
aacdc9acce
|
winhlp32: Use LONG instead of long for data loaded from a file.
|
2009-01-08 17:33:44 +01:00 |
Alexandre Julliard
|
014e2db495
|
wineconsole: Replace a couple of handle casts by the appropriate server function.
|
2009-01-08 17:33:07 +01:00 |
Alexandre Julliard
|
8c33528372
|
quartz: Use SetWindowLongPtr to store a pointer value.
|
2009-01-08 17:30:57 +01:00 |
Alexandre Julliard
|
149259d49f
|
ddraw: Fix an uninitialized variable warning on non-i386.
|
2009-01-08 17:30:22 +01:00 |
Alexandre Julliard
|
9d09985ad1
|
rpcrt4: Fix an unused value warning on non-i386.
|
2009-01-08 17:30:09 +01:00 |
Alexandre Julliard
|
adad9b6682
|
msvcrt: Fix an unused function warning on non-i386.
|
2009-01-08 17:29:59 +01:00 |
Alexandre Julliard
|
a46441bd02
|
ws2_32: Fix an error return value in bind().
|
2009-01-08 17:29:31 +01:00 |
Alexandre Julliard
|
f45874ae28
|
wineps.drv: Use INT_MAX instead of LONG_MAX to initialize a LONG value.
|
2009-01-08 17:29:14 +01:00 |
Alexandre Julliard
|
6b07ac5453
|
ntdll: Fix pointer cast warnings on 64-bit.
|
2009-01-08 17:28:45 +01:00 |
Alexandre Julliard
|
bb8883dda0
|
wininet: Fix handle cast warnings on 64-bit.
|
2009-01-08 17:28:21 +01:00 |
Alexandre Julliard
|
d1613f60c2
|
user32: Fix pointer cast warnings on 64-bit.
|
2009-01-08 17:28:04 +01:00 |
Alexandre Julliard
|
e2e4da9732
|
urlmon: Fix pointer cast warnings on 64-bit.
|
2009-01-08 17:27:58 +01:00 |
Alexandre Julliard
|
53bc99855a
|
shdocvw: Fix a pointer cast warning on 64-bit.
|
2009-01-08 17:27:49 +01:00 |
Alexandre Julliard
|
e65c2d9a0d
|
shell32: Fix a pointer cast warning on 64-bit.
|
2009-01-08 17:27:41 +01:00 |
Alexandre Julliard
|
41533fa516
|
setupapi: Fix pointer cast warnings on 64-bit.
|
2009-01-08 17:27:27 +01:00 |
Alexandre Julliard
|
99132baebd
|
oleaut32: Fix handle cast warnings on 64-bit.
|
2009-01-08 17:27:14 +01:00 |
Alexandre Julliard
|
469f0b4757
|
ntoskrnl.exe: Fix handle cast warnings on 64-bit.
|
2009-01-08 17:27:05 +01:00 |
Alexandre Julliard
|
81ecd7041a
|
msi: Fix pointer cast warnings on 64-bit.
|
2009-01-08 17:26:44 +01:00 |
Alexandre Julliard
|
c9ee551efd
|
mshtml: Fix pointer cast warnings on 64-bit.
|
2009-01-08 17:26:38 +01:00 |
Alexandre Julliard
|
b88554d22f
|
advapi32: Fix pointer cast warnings on 64-bit.
|
2009-01-08 17:26:30 +01:00 |
Francois Gouget
|
ad587aa036
|
ole32: Don't use the default debug channel before it has been defined.
|
2009-01-08 14:52:57 +01:00 |
Francois Gouget
|
7d81ca1c31
|
winhlp32: Make some functions static in winhelp.c.
|
2009-01-08 14:52:52 +01:00 |
Francois Gouget
|
2364498da3
|
winhlp32: Reorder some functions to avoid forward declarations in winhelp.c.
|
2009-01-08 14:52:47 +01:00 |
Paul Vriens
|
00ed4057b5
|
wintrust: Fix removing a catalog file.
|
2009-01-08 14:52:31 +01:00 |
Paul Vriens
|
5bfed84410
|
wintrust/tests: Add a few tests.
|
2009-01-08 14:52:26 +01:00 |
Michael Karcher
|
656de48e4e
|
widl: Write struct fields as signed fields.
|
2009-01-08 14:11:35 +01:00 |
Michael Karcher
|
5f7886925d
|
widl: Make write_base_type take a format char instead of a type desc ptr.
|
2009-01-08 14:05:00 +01:00 |