André Hentschel
|
2d6685f4ec
|
msi: Check return value from MSIREG_OpenInstallProps (Coverity).
|
2014-01-06 17:19:43 +01:00 |
André Hentschel
|
57d2e8f3c3
|
ws2_32: Don't leak hostname (Coverity).
|
2014-01-06 17:16:55 +01:00 |
André Hentschel
|
6db63a1867
|
kernel32/tests: Allow more last errors from win8.
|
2014-01-06 17:16:33 +01:00 |
Frédéric Delanoy
|
4ec00cb2c2
|
setupapi/tests: Use BOOL type where appropriate.
|
2014-01-06 17:15:45 +01:00 |
Frédéric Delanoy
|
a06363669f
|
msi/tests: Use BOOL type where appropriate.
|
2014-01-06 17:15:14 +01:00 |
Frédéric Delanoy
|
949f1a0161
|
msxml3/tests: Use BOOL type where appropriate.
|
2014-01-06 17:14:40 +01:00 |
Frédéric Delanoy
|
e7594272fe
|
gdi32: Use BOOL type where appropriate.
|
2014-01-06 17:14:32 +01:00 |
André Hentschel
|
5865fe78de
|
ntdll: Add signal definitions for GNU/Hurd.
Partially based on a patch by Andrew Nguyen.
|
2014-01-06 17:10:05 +01:00 |
André Hentschel
|
02e6f7d146
|
libwine: Added LDT support for GNU/Hurd.
Based on a patch by Andrew Nguyen.
|
2014-01-06 17:10:05 +01:00 |
Michael Stefaniuc
|
84df351b1e
|
dmusic: Don't hardcode the guidClass in IDirectMusicObject::ParseDescriptor.
|
2014-01-06 17:10:04 +01:00 |
Michael Stefaniuc
|
dc9208a0c5
|
dmusic/tests: Add some DirectMusicCollection tests.
|
2014-01-06 17:10:03 +01:00 |
Michael Stefaniuc
|
fe0d2a2ba7
|
dmusic: Don't crash on NULL in IDirectMusicObject::GetDescriptor.
|
2014-01-06 17:10:02 +01:00 |
Michael Stefaniuc
|
fda99c0fcc
|
dmusic: The object class is immutable in a DirectMusicObject.
|
2014-01-06 17:10:01 +01:00 |
Michael Stefaniuc
|
5771ff8912
|
dmusic: Don't leak mem if DirectMusicCollection creation fails.
|
2014-01-06 17:08:52 +01:00 |
Michael Stefaniuc
|
d3c550d0ba
|
dmusic: Always AddRef the returned iface in QueryInterface.
|
2014-01-06 17:06:52 +01:00 |
Nikolay Sivov
|
5e4d5ebde7
|
dwrite: Implement ConvertFontFaceToLOGFONT().
|
2014-01-06 17:05:31 +01:00 |
Nikolay Sivov
|
07ded6bb36
|
scrrun: Added IFileCollection stub.
|
2014-01-06 17:03:06 +01:00 |
Nikolay Sivov
|
42d2b51992
|
scrrun: Implement Name() property for Folder.
|
2014-01-06 17:01:17 +01:00 |
Nikolay Sivov
|
b99b69aac2
|
scrrun: Implement Next() for folder collection.
|
2014-01-06 17:00:24 +01:00 |
Bruno Jesus
|
281f69bccf
|
ws2_32: Fix FreeBSD compiling issue on ipx address structure.
|
2014-01-06 16:59:15 +01:00 |
Bruno Jesus
|
b461fa4468
|
ws2_32/tests: Add some WSALookupService[Begin|Next|End] tests.
|
2014-01-06 16:59:06 +01:00 |
Bruno Jesus
|
4712f361a9
|
include: Add NLA_BLOB structure and its dependencies in mswsock.h.
|
2014-01-06 16:07:43 +01:00 |
Bruno Jesus
|
000328421a
|
include: Add some LUP_* definitions to winsock2.h.
|
2014-01-06 16:03:49 +01:00 |
Vincent Povirk
|
51b873b3ca
|
gdiplus: Mark the Graphics object as busy before freeing it.
|
2014-01-06 16:02:40 +01:00 |
Alexandre Julliard
|
205003f9c0
|
configure: Don't allow overriding INSTALL.
|
2014-01-04 20:34:22 +01:00 |
Alexandre Julliard
|
ce25c89585
|
makedep: Don't expand variable references that use ${}.
|
2014-01-04 20:33:57 +01:00 |
Alexandre Julliard
|
9c2725d5d6
|
makedep: Grow the include file array dynamically.
|
2014-01-04 12:25:56 +01:00 |
Alexandre Julliard
|
78f544fd4d
|
Release 1.7.10.
|
2014-01-03 20:00:47 +01:00 |
Frédéric Delanoy
|
29b2db009c
|
comctl32/tests: Use BOOL type where appropriate.
|
2014-01-03 18:08:51 +01:00 |
Frédéric Delanoy
|
6151371de3
|
ddraw/tests: Use BOOL type where appropriate.
|
2014-01-03 18:08:51 +01:00 |
Alexandre Julliard
|
2a7cdcf3c5
|
version: Load the resource that corresponds to the current language first.
|
2014-01-03 17:25:18 +01:00 |
Hans Leidekker
|
190878d92d
|
mscms: Print a fixme when compiled without support for liblcms2.
|
2014-01-03 17:01:22 +01:00 |
Hans Leidekker
|
48908c130c
|
msi: Remove the unused CurrentlyScripting field from MSISCRIPT.
|
2014-01-03 17:00:12 +01:00 |
Hans Leidekker
|
fcb924c144
|
msi: Fall back to the global temporary directory when the TempFolder property resolves to a non-existing directory.
|
2014-01-03 17:00:08 +01:00 |
Hans Leidekker
|
41d2b53c5b
|
msi: Always derive the SourceDir property from the database path.
|
2014-01-03 17:00:02 +01:00 |
Piotr Caban
|
2a8a1452ac
|
msvcp80: Fix ostreambuf_iterator<char> structure definition.
|
2014-01-03 14:40:47 +01:00 |
Nikolay Sivov
|
3cc34a5bf8
|
scrrun: Implement Reset() for folder collection.
|
2014-01-03 14:27:35 +01:00 |
Nikolay Sivov
|
47e1ac9f98
|
scrrun: Implement IEnumVARIANT stub for folder collection.
|
2014-01-03 14:27:33 +01:00 |
Nikolay Sivov
|
51f5ab1999
|
scrrun: Implement Count() property for folder collection.
|
2014-01-03 14:05:21 +01:00 |
Nikolay Sivov
|
0802e301ff
|
scrrun: Fix IFolder::QueryInterface() to respond to IDispatch query.
|
2014-01-03 14:05:19 +01:00 |
Nikolay Sivov
|
2a3f1560bb
|
scrrun: Added IFolderCollection stub.
|
2014-01-03 14:05:16 +01:00 |
Nikolay Sivov
|
c84189609d
|
scrrun: Use DISPID_VALUE instead of 0 in private idl.
|
2014-01-03 14:05:14 +01:00 |
Francois Gouget
|
1f26451964
|
ddraw/tests: Fix compilation on systems that don't support nameless unions.
|
2014-01-03 11:28:16 +01:00 |
Frédéric Delanoy
|
201e49d4aa
|
winedump: Use BOOL type where appropriate.
|
2014-01-03 11:27:39 +01:00 |
Martin Storsjo
|
48ae8f3070
|
ntdll: Improve handling of THUMB_MOV32 relocations.
|
2014-01-03 11:27:29 +01:00 |
Nikolay Sivov
|
f76f34ca23
|
scrrun: Implement GetFolder().
|
2014-01-02 19:35:49 +01:00 |
Nikolay Sivov
|
2ca39611e1
|
scrrun: Store folder path.
|
2014-01-02 19:35:49 +01:00 |
Zhenbo Li
|
c3bb460d68
|
wineps.drv: Constify a few pointers.
|
2014-01-02 17:49:19 +01:00 |
Zhenbo Li
|
767c09f16f
|
kernel32/tests: Add one more test for FindFirstFileA.
|
2014-01-02 17:46:00 +01:00 |
Michael Müller
|
6e373aa695
|
quartz: Return increasing monitor GUID on VMR7 monitor enumeration.
|
2014-01-02 17:43:29 +01:00 |