Nikolay Sivov
1b0182f9bb
ole32: Use IsEqualIID() instead of memcmp().
2010-07-21 17:38:37 +02:00
Nikolay Sivov
114510801f
ole32: No need to test for interface pointer being null.
2010-07-21 17:38:37 +02:00
Nikolay Sivov
2f61e19156
ole32: Fix assumption about HRESULT failure code value.
2010-07-21 17:38:37 +02:00
Nikolay Sivov
5185409144
ole32: Remove redundant variables.
2010-07-21 17:38:37 +02:00
Alexandre Julliard
6fb39dfe4a
programs: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:37 +02:00
Alexandre Julliard
b86d515ed6
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:36 +02:00
Alexandre Julliard
9f34a57743
winegcc: Import kernel32 and ntdll by default also when building Wine.
...
They are needed to resolve symbols in winecrt0 which is always imported.
2010-07-21 17:38:36 +02:00
Alexandre Julliard
f9253bbb45
makefiles: Specify -nodefaultlibs when building low-level dlls.
2010-07-21 17:38:18 +02:00
Alexandre Julliard
121a7f7840
winegcc: Don't pass -nodefaultlibs to the Unix compiler so that it can be used by Wine.
2010-07-21 17:10:10 +02:00
Alexandre Julliard
0c7b27aa14
winegcc: Add support for a -m16 option to specify a 16-bit build.
2010-07-21 13:24:01 +02:00
Alexandre Julliard
7f6831aa9a
winebuild: Add a -m16 option to specify a 16-bit build.
2010-07-21 13:24:01 +02:00
Hans Leidekker
d99b6d3934
msi: Properly advance the patch pointer in msi_check_product_patches.
...
Fixes patch enumeration when multiple patches are registered for a given product.
2010-07-21 13:24:01 +02:00
Hans Leidekker
409e2d7105
msi/tests: Double null-terminate a REG_MULTI_SZ string.
2010-07-21 13:24:01 +02:00
Hans Leidekker
3929369611
msi: Remove a fixme that no longer applies.
2010-07-21 13:24:01 +02:00
Hans Leidekker
d10208e863
msi: Improve traces in db_get_raw_stream.
2010-07-21 13:24:00 +02:00
Hans Leidekker
fba248642b
msi: Reverse the transform storage list order.
...
This ensures that we use the most recently added stream if another
transform storage contains a stream by the same name. Fixes
wordconv.msp, an update for Word 2007.
2010-07-21 13:24:00 +02:00
Hans Leidekker
424e3a9fb8
msi: Move the component enabled check into the standard actions.
2010-07-21 13:24:00 +02:00
Hans Leidekker
568c7c198c
msi: Set feature states to the installed state if the Preselected property is not set.
2010-07-21 13:24:00 +02:00
Hans Leidekker
c9fb24927d
msi: Publish patches regardless of any features being installed locally.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc
cd8e1f8e75
notepad: Move from a per resource to a global LANGUAGE setting.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc
f6ff7225b3
start: Remove the redundant per resource LANGUAGE settings.
...
The LANGUAGE is already set globally in the rc files.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc
5e7bdb8a7e
clock: Move from a per resource to a global LANGUAGE setting.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc
6301f65534
winmm: Move from a per resource to a global LANGUAGE setting.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc
6e8c900d19
winhlp32: Move from a per resource to a global LANGUAGE setting.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
8284f70de8
d3d9: Use a vertex shader in the vpos test.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
bb3fb05c38
d3d9: Use a vertex shader in the vFace test.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
ba0a5ed104
d3d9: Use a vertex shader for the nested loop test.
...
Win7 (or newer Nvidia drivers) don't allow ps_3_0 fragment processing without
vertex shaders. This is interesting on its own, but not part of this test.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
e534e2e2ac
d3d9: Win7+Nvidia returns c2 in COISSUE'd CND.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
24adf40ee1
d3d9: Remove the fog vs sRGB test.
2010-07-21 13:23:59 +02:00
Luke Bratch
c63c568731
wined3d: Add Nvidia 8800GTX detection.
2010-07-21 13:23:59 +02:00
Austin English
f7f38c5def
setupapi/tests: Remove unused variable.
2010-07-21 13:23:59 +02:00
Austin English
cdf091f2c9
ws2_32: Remove unused variable.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
59ef151a93
rundll32: Fix a pointer conversion warning on 64-bit.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
a38ff8d7dd
msvcrt/tests: Fix printf format warnings with ptrdiff_t.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
c64a0fd989
gphoto2.ds: Remove unused variables.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
474899dbcd
sane.ds: Remove unused variables.
2010-07-21 13:23:58 +02:00
Alexandre Julliard
cbc6ef9e91
d3d9/tests: Avoid sizeof in a trace.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
84baad06c6
urlmon/tests: Added more test data for scheme parsing and canonicalization.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
a34700f034
urlmon: Implemented functionality for retrieving the scheme type of a IUri.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
d4e69aec61
urlmon: Implemented functionality for retrieving the scheme name of a IUri.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
4de04ce8c7
urlmon: Added a canonicalization function for the scheme of a URI.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
1eca647bb3
urlmon: Added a parser function to determine the scheme type of a URI.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
811ed515ab
urlmon: Added a scheme name parser for the IUri interface.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
53ee717d56
include: Updated the URL_SCHEME enum.
2010-07-21 13:23:58 +02:00
Alexandre Julliard
1a79912a10
server: Try to use /proc/pid/mem to read process memory since it should be faster.
2010-07-21 13:23:58 +02:00
Igor Paliychuk
2c35fccf4d
winspool.drv: Add Ukrainian translation.
2010-07-21 13:23:58 +02:00
Igor Paliychuk
04af975d91
sane.ds: Add Ukrainian translation.
2010-07-21 13:23:58 +02:00
Igor Paliychuk
5440dfb8dc
gphoto2.ds: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00
Igor Paliychuk
a57e06aac8
jscript: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00
Igor Paliychuk
2d5a6231c0
browseui: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00