Alexandre Julliard
a1cf6485df
kernel32: Make winoldap.mod into a stand-alone 16-bit executable.
2009-02-26 13:25:45 +01:00
Alexandre Julliard
825d7fda6c
kernel32: Make sure the process has an entry point before starting it.
2009-02-26 13:25:40 +01:00
Alexandre Julliard
cd6295d276
kernel32: Add support for loading stand-alone 16-bit modules.
2009-02-26 13:23:00 +01:00
Alexandre Julliard
af2e40ea26
winecrt0: Add entry point code for stand-alone 16-bit executables.
2009-02-26 13:23:00 +01:00
Alexandre Julliard
5599ac22c7
winebuild: Add support for generating stand-alone 16-bit modules.
...
This is done by wrapping them inside an empty 32-bit module.
2009-02-26 13:22:47 +01:00
Alexandre Julliard
ddc8941d1c
winebuild: Allow the module entry point to be NULL.
2009-02-26 12:38:37 +01:00
Alexandre Julliard
445047a97e
winebuild: Make the 16-bit DOS header a local symbol.
2009-02-26 12:38:37 +01:00
David Korth
728d87d0f5
winex11.drv: Map Super_L, Super_R, and Menu keys correctly.
2009-02-26 12:30:01 +01:00
Thomas Kho
3a649b9072
iphlpapi: Fix Solaris build error due to ERR redefinition.
2009-02-26 12:29:51 +01:00
Paul Vriens
53bd36ebe3
ddrawex/tests: Fix some test failures on W95.
2009-02-26 12:19:00 +01:00
Francois Gouget
2ba5581924
twain_32/tests: Use win_skip() to skip over unimplemented functionality.
2009-02-26 12:18:54 +01:00
Francois Gouget
e7800f2a52
comctl32/tests: Use win_skip() to skip over unimplemented functionality.
2009-02-26 12:18:51 +01:00
Francois Gouget
170d647bf8
advpack/tests: Use win_skip() to skip over unimplemented functionality.
2009-02-26 12:18:49 +01:00
Francois Gouget
e3b00de35f
advapi32/tests: Use win_skip() to skip over unimplemented functionality.
2009-02-26 12:18:46 +01:00
Henri Verbeet
737c64d2ce
d3d10: Add a stub ID3D10Effect implementation.
2009-02-26 12:18:41 +01:00
Henri Verbeet
deba63eb08
d3d10: Add the ID3D10EffectPool interface.
2009-02-26 12:18:21 +01:00
Henri Verbeet
e737129b34
d3d10: Add the ID3D10Effect interface.
2009-02-26 12:18:15 +01:00
Henri Verbeet
88f6c5c67b
d3d10: Add the ID3D10EffectTechnique interface.
2009-02-26 12:18:08 +01:00
Henri Verbeet
0a9857f45a
d3d10: Add the ID3D10EffectConstantBuffer interface.
2009-02-26 12:17:43 +01:00
James Hawkins
b55c031032
msi: Fix a failing test on win9x.
2009-02-26 12:14:19 +01:00
James Hawkins
a7d5adc91f
msi: Trace the username to help debug test failures on certain machines.
2009-02-26 12:14:13 +01:00
James Hawkins
5735e2fafd
msi: Fix a failing test on win9x.
2009-02-26 12:14:08 +01:00
James Hawkins
ea28915133
msi: Don't create a temporary table that is not held.
2009-02-26 12:14:01 +01:00
James Hawkins
241933e13c
msi: A non-temporary table cannot have a temporary primary key.
2009-02-26 12:13:57 +01:00
James Hawkins
74aa053485
msi: The _Tables and _Columns tables have no persistence attribute.
2009-02-26 12:13:52 +01:00
James Hawkins
2f8c2a8d41
msi: Make sure the view being updated is the same view the record was fetched from.
2009-02-26 12:13:49 +01:00
James Hawkins
e872681af7
msi: Set field zero to the name of the table containing the primary keys.
2009-02-26 12:13:44 +01:00
James Hawkins
7d7f14c101
msi: Add tests for field zero of a record.
2009-02-26 12:13:10 +01:00
James Hawkins
60ad75eade
msi: Make sure a constant string's quotes match up.
2009-02-26 12:13:02 +01:00
Alexandre Julliard
a67d80b4a6
makefiles: Avoid nested variable expansion that doesn't work on BSD make.
2009-02-26 12:12:55 +01:00
Jeremy White
3d0d125024
sane.ds: Revise to match identity structures with partial information.
2009-02-26 12:12:25 +01:00
Jeremy White
00f9ef0f4f
sane.ds: Fully support ICAP_PIXELTYPE.
2009-02-26 12:12:19 +01:00
Jeremy White
f75b5ebba6
sane.ds: Added support for ICAP_UNITS.
2009-02-26 12:12:10 +01:00
Jeremy White
982482e7e8
sane.ds: Add support for ICAP_BITDEPTH.
2009-02-26 12:12:01 +01:00
Vincent Povirk
8e4aff7a4d
shell32: Add a message for opening files with no association.
2009-02-26 12:11:57 +01:00
Jacek Caban
6e5c2f961d
urlmon: Make HttpProtocol implementation vtbl offset independent.
2009-02-26 12:11:51 +01:00
Detlef Riekenberg
6b505e1425
shdocvw/tests: Dump the guid for additional interfaces.
2009-02-26 12:11:48 +01:00
Detlef Riekenberg
785863ef8a
mshtml/tests: Fix text in ok().
2009-02-26 12:11:39 +01:00
Detlef Riekenberg
c823c9ebae
mshtml/tests: Fix typos from copy&paste.
2009-02-26 12:11:32 +01:00
Juan Lang
5ed04c645d
crypt32: Fix more test failures on Win9x.
2009-02-26 12:11:25 +01:00
Dylan Smith
88eb1b5b6c
richedit: EM_SETOPTIONS modify format rect when selbar setting change.
...
Before the code was modifying the format rect to compensate for space
being added or removed for the selection bar, but this should only
happen when the ECO_SELECTIONBAR setting bit changes.
2009-02-26 12:11:18 +01:00
Dylan Smith
8e8c02a71f
wordpad: Sort tab stops by numeric value rather than as string.
...
The bug could be seen by inserting tabs stops 1cm, 2cm, & 10cm. The
10cm tab stop would be inserted before 2cm since the comparison isn't
based on the numeric value.
2009-02-26 12:10:51 +01:00
Dylan Smith
0292135a92
wordpad: Show error when user tries to add more than max tab stops.
...
Previously there was no such error, and if more than MAX_TAB_STOPS were
added, then some of the tab stops would be silently discarded.
2009-02-26 12:10:38 +01:00
Vincent Povirk
b4ea7d3221
shell32: Implement Get/SetIDList on ShellItem objects.
2009-02-26 12:10:30 +01:00
Alexandre Julliard
affd20d9c8
user32/tests: Fix some input tests on Win9x and NT4.
2009-02-25 23:30:13 +01:00
Dmitry Timoshkov
b86552f58d
mlang: Implement IMLangFontLink_GetStrCodePages.
2009-02-25 16:06:35 +01:00
Francois Gouget
6aa216fb57
shell32: Remove WINAPI on static functions where not needed.
2009-02-25 16:06:30 +01:00
Alexandre Julliard
65c6ca5947
programs: Get rid of the remaining binary wrappers, they break out-of-tree builds.
2009-02-25 16:06:22 +01:00
Paul Vriens
0e4b0b9f21
fusion/tests: Directories with no dll or exe are not enumerated.
2009-02-25 16:06:22 +01:00
Paul Vriens
9fd4f8738b
shlwapi/tests: Fix a few test failures on Win95 and some W2K.
2009-02-25 16:06:22 +01:00