Ken Thomases
e7fa766378
Revert "ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system.".
...
This was wrong-headed and could never have worked. The second getattrlist()
call that I was trying to avoid was only necessary when the first fails. Given
that the first failed, its results can't be used to avoid the second, no matter
what information we requested.
This reverts commit 5514df9d4e
.
2015-06-12 21:22:42 +09:00
Ken Thomases
f634faaae3
winecoreaudio: Fix build by importing advapi32.
...
This was missed in commit 3494fb7f72
.
2015-06-12 21:22:42 +09:00
Mark Harmstone
3b9ac1b18a
winecfg: Invalidate property sheet when font changed.
...
When you changed the font on the Desktop Integration tab, it wasn't
enabling the Apply button.
2015-06-12 21:22:41 +09:00
Piotr Caban
853d4343db
msvcr: Add _ungetch_nolock implementation.
2015-06-12 21:22:41 +09:00
Piotr Caban
57754bdb29
msvcr: Add _getche_nolock implementation.
2015-06-12 21:22:41 +09:00
Piotr Caban
0a600ccde8
msvcr: Add _putch_nolock implementation.
2015-06-12 21:22:41 +09:00
Piotr Caban
3bd60974a9
msvcr: Add _getch_nolock implementation.
2015-06-12 21:22:41 +09:00
Marcus Meissner
d0cb2519b6
msi: Free rec in error exit (Coverity).
2015-06-12 15:24:44 +09:00
Jacek Caban
39797dcfb2
gdiplus: Added version 1.1 manifest.
2015-06-11 21:06:10 +09:00
Jacek Caban
00f1b7534b
setupapi: Allow more than one Wine manifest in a DLL.
2015-06-11 21:05:41 +09:00
Huw Davies
905e7aad0e
shell32/tests: Fix failing test on Win 2k.
2015-06-11 21:05:34 +09:00
Michael Müller
002446b1e7
d3d8: Mark one more function as hotpatchable.
2015-06-11 19:35:05 +09:00
Matteo Bruni
cc80f1fd9f
ddraw/tests: Add a test for reordering texture coordinates via D3DTSS_TEXCOORDINDEX.
2015-06-11 19:34:58 +09:00
Matteo Bruni
db1bee5b9e
d3d8/tests: Add a test for reordering texture coordinates via D3DTSS_TEXCOORDINDEX.
2015-06-11 19:34:56 +09:00
Matteo Bruni
81935797a1
d3d9/tests: Add a test for reordering texture coordinates via D3DTSS_TEXCOORDINDEX.
2015-06-11 19:34:54 +09:00
Guillaume Charifi
cd906f08cd
xaudio2_7: Add XAudio2 class registration.
2015-06-11 19:28:12 +09:00
Guillaume Charifi
2cc599d13a
xaudio2_7: Implement IXaudio2 interface as stub.
2015-06-11 19:27:48 +09:00
Erich E. Hoover
5e817e93de
kernel32: Implement GetSystemTimes.
2015-06-11 15:58:34 +09:00
Louis Lenders
305a73bcb5
kernel32/tests: Add tests for GetSystemTimes.
2015-06-11 15:58:15 +09:00
Iván Matellanes
44fbaf3342
msvcirt: Add implementation of streambuf::in_avail/out_waiting.
2015-06-11 15:56:49 +09:00
Iván Matellanes
6b6dc42d61
msvcirt: Add implementation of streambuf::seekoff/seekpos.
2015-06-11 15:56:44 +09:00
Iván Matellanes
1f1cf8a68e
msvcirt: Add implementation of streambuf::sync.
2015-06-11 15:56:41 +09:00
Michael Müller
7fe0b56e15
kernel32: Forward SetFileInformationByHandle FileDispositionInfo class to ntdll.
2015-06-11 15:34:42 +09:00
Sebastian Lackner
bdef5c5508
ntdll/tests: Add tests for info struct size for FileDispositionInformation.
2015-06-11 15:32:30 +09:00
Michael Müller
fd8fae105b
kernel32: Improve stub for SetFileInformationByHandle.
2015-06-11 15:32:26 +09:00
Zhenbo Li
82d090dd6d
mshtml: Implement IHTMLXMLHttpRequest as a stub.
2015-06-11 14:41:35 +09:00
Bruno Jesus
45f14218f7
dmstyle: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.
2015-06-11 14:41:24 +09:00
Michael Stefaniuc
3ebf41cc42
dmstyle: Use the generic DirectMusicObject implementation for DMStyle.
2015-06-11 14:41:20 +09:00
Michael Stefaniuc
b8149561ec
dmstyle: Pass the object instead of the iface to helper functions.
2015-06-11 14:41:11 +09:00
Michael Stefaniuc
774aad743c
dmstyle: Remove unused arguments from helper functions.
2015-06-11 14:41:07 +09:00
Nikolay Sivov
ea2387b2a7
oledb32/tests: Improve IDataSourceLocator tests a bit.
2015-06-11 14:40:56 +09:00
Piotr Caban
725e4733cf
msvcrt: Remove no longer needed global lock from functions using fd critical sections.
2015-06-11 14:40:32 +09:00
Piotr Caban
6ed69c107f
msvcrt: Avoid using global critical section while allocating new file descriptors.
2015-06-11 14:40:30 +09:00
Piotr Caban
e7fc237088
msvcrt: Don't use MSVCRT_fdend in msvcrt_create_io_inherit_block.
2015-06-11 14:40:14 +09:00
Piotr Caban
417b605687
msvcrt: Fix possible deadlock in dup2 function.
2015-06-11 14:40:01 +09:00
Huw Davies
714abcb7cd
wshom/tests: Use RegQueryValueEx so that the tests run on Win 2k and XP.
2015-06-10 23:38:19 +09:00
Huw Davies
9327e476d4
shlwapi/tests: Fix failing tests on Vista and Win 2008.
...
SHMapHandle fails with a variety of errors on these platforms.
2015-06-10 23:36:28 +09:00
Nikolay Sivov
795845ff3d
oledb32: Support provider-specific properties in GetDataSource().
2015-06-10 23:36:28 +09:00
Zhenbo Li
0036b8bf2e
mshtml: Implement IHTMLXMLHttpRequestFactory as a stub.
2015-06-10 23:30:39 +09:00
Joachim Priesner
ba2274c8ba
ieframe: shellbrowser: Strip 'file://' from file URLs in BEFORENAVIGATE2 callbacks.
...
This is a straightforward port of commit 8eb70459a1
which does the same thing for the matching method in navigate.c.
2015-06-10 23:25:05 +09:00
Stefan Dösinger
e09f980c83
d3d8: Reject FBs with mismatching multisample settings.
2015-06-10 23:25:05 +09:00
Stefan Dösinger
4d8bfe190c
d3d9/tests: Test multisample mismatch.
2015-06-10 23:25:05 +09:00
Stefan Dösinger
4e53faf77b
wined3d: Disable the depth stencil on multisample mismatch.
2015-06-10 23:25:04 +09:00
Alexandre Julliard
cce57e9e3e
user32/tests: Add tests for SetClipboardData from a different thread.
2015-06-10 19:01:07 +09:00
Zebediah Figura
0399b100a7
include: Add event trace flags and guid to evntrace.h.
2015-06-10 16:20:54 +09:00
Zebediah Figura
be47a6f59d
include: Add WNODE flags to wmistr.h.
2015-06-10 16:19:57 +09:00
Michael Müller
6b4ac9971a
winebuild: Set a valid major and minor linker version.
...
Some apps expect a nonzero linker version.
2015-06-10 16:16:29 +09:00
Austin English
0a0b0b46e9
api-ms-win-core-processthreads-l1-1-1: Add advapi32 forwards.
2015-06-10 16:15:40 +09:00
Nikolay Sivov
0a15e163db
gdiplus: Implement trivial case of GdipCreateRegionRgnData for empty and infinite regions.
2015-06-10 15:50:44 +09:00
Daniel Lehman
79118f3543
msvcp110: Add wide-char days and months to _LocInfo.
2015-06-10 15:26:11 +09:00