Rob Shearman
e0d25c6394
ole32: Fix local-variable shadowing in apartment_hostobject_thread.
2008-02-13 16:42:23 +01:00
Rob Shearman
14f7a59270
ole32: Fix reference count leak in BindMoniker.
2008-02-13 16:42:18 +01:00
Rob Shearman
9f3c91e41f
include: Fix some typos in dpaddr.h.
2008-02-13 16:42:11 +01:00
Rob Shearman
1279cf3597
libport: Use configure guards for include files that may not be present.
2008-02-13 16:42:05 +01:00
Paul Vriens
fc82d8c221
kernel32/tests: ReplaceFile[AW] doesn't exist on win9x.
2008-02-13 16:41:54 +01:00
Andrew Talbot
8fb1f0d089
comdlg32: Assign to structs instead of using memcpy.
2008-02-13 16:41:37 +01:00
James Hawkins
050fa6a40c
msi: Add tests for source folder resolution.
2008-02-13 16:41:14 +01:00
Michael Stefaniuc
3db6eeeda9
gdi32: Move two 16bit function stubs to gdi16.c.
2008-02-13 16:41:03 +01:00
Huw Davies
e03f478aee
inetcomm: Implement IMimeMessage_GetMessageSource.
2008-02-13 16:40:34 +01:00
Huw Davies
b21b9c7372
inetcomm: Stub for MimeOleGetCharsetInfo.
2008-02-13 16:40:27 +01:00
Huw Davies
43958866a3
inetcomm: Stub IMime{Message, Body}_GetCharset to return a NULL charset.
2008-02-13 16:40:17 +01:00
Huw Davies
3f92c5b734
inetcomm: Implement IMimeBody_GetProp for the primary context type.
2008-02-13 16:40:07 +01:00
Huw Davies
02ceeef288
inetcomm: Implement IMimeMessage_GetAttachments.
2008-02-13 16:37:57 +01:00
Huw Davies
869b10b430
inetcomm: Implement IMimeMessage_GetTextBody.
2008-02-13 16:37:47 +01:00
Huw Davies
a9287e3595
inetcomm: Forward a few IMimeMessage functions to the appropriate IMimeBody functions.
2008-02-13 16:37:32 +01:00
Huw Davies
d56033eedf
inetcomm: Implement IMimeMessage_Find{First,Next}.
2008-02-13 16:37:22 +01:00
Huw Davies
8be6df3434
inetcomm: Implement IMimeMessage_CountBodies.
2008-02-13 16:37:08 +01:00
Huw Davies
e15ff2ef86
inetcomm: Implement IMimeMessage_GetBody.
2008-02-13 16:36:57 +01:00
Huw Davies
db4881cfb6
inetcomm: Create a body tree for multipart messages.
2008-02-13 16:36:41 +01:00
Huw Davies
8760cf5aa4
inetcomm: Add a sub-stream implementation.
2008-02-13 16:35:43 +01:00
Huw Davies
8a6fa1bf8d
inetcomm: Added missing initialization.
2008-02-13 16:27:34 +01:00
Frans Kool
98b8699b22
regedit: Added Dutch translations.
2008-02-13 16:27:26 +01:00
Frans Kool
9d2320c933
winefile: Added Dutch translations.
2008-02-13 16:27:20 +01:00
Dmitry Timoshkov
066c60eb31
user32: Add a couple of tests for WS_EX_TOPMOST.
2008-02-12 23:34:08 +01:00
Erich Hoover
664c68a2c9
kernel32: Add tests for ReplaceFileA and ReplaceFileW.
2008-02-12 23:03:37 +01:00
Rob Shearman
c72de7bce2
kernel32: Implement ReplaceFileW.
...
Based on a patch by Erich Hoover.
2008-02-12 23:03:09 +01:00
Erich Hoover
06a3c3a281
kernel32: Implement ReplaceFileA.
2008-02-12 23:02:55 +01:00
Andrew Talbot
8d555e825b
comctl32: Assign to structs instead of using memcpy.
2008-02-12 23:00:03 +01:00
James Hawkins
ec086f77e3
msi: Handle carriage returns in MsiDatabaseImport.
2008-02-12 22:59:53 +01:00
James Hawkins
00cfd2899b
msi: Use MsiViewModify instead of building a SQL query when adding rows to the table.
2008-02-12 22:59:46 +01:00
James Hawkins
4cc569cce6
msi: Read the language info from the file.
2008-02-12 22:59:37 +01:00
James Hawkins
1f3d6a9744
msi: Reimplement MsiGetProductInfo.
2008-02-12 22:59:29 +01:00
Eric Pouech
4823663957
dbghelp: Fix erroneous access to dwarf symbol cache.
...
(Spotted by Dan Kegel with valgrind).
2008-02-12 22:40:46 +01:00
Alistair Leslie-Hughes
9e8c0e54c6
msxml3: Corrected tests for msxml service packs versions.
2008-02-12 22:40:24 +01:00
Paul Vriens
56d085ccec
advapi32/tests: Only use functions if they are implemented.
2008-02-12 22:40:15 +01:00
Alexandre Julliard
b1789fc73f
kernel32: Don't save the signal mask in sigsetjmp.
...
This shouldn't be needed anymore now that exceptions are not handled
on the signal stack, and signal mask handling is broken on Mac OS.
2008-02-12 22:39:54 +01:00
Alexandre Julliard
78fba54ab7
ntdll: Store the unhandled exception filter at startup to avoid race conditions.
2008-02-12 22:39:19 +01:00
Frans Kool
b3115fc60e
oleview: Added Dutch translations.
2008-02-12 22:38:24 +01:00
Frans Kool
b5f51404d0
shell32: Added Dutch translations.
2008-02-12 22:37:56 +01:00
Frans Kool
299f1bdf08
comdlg32: Added Dutch translations.
2008-02-12 22:37:16 +01:00
Huw Davies
a14bb14dc5
inetcomm: Implement IMimeMessage_BindToObject.
2008-02-12 22:37:02 +01:00
Huw Davies
88df8e83dd
inetcomm: Create the root body in IMimeMessage_Load.
2008-02-12 22:36:50 +01:00
Huw Davies
c930fc70f5
inetcomm: Partial implementation of IMimeBody_GetData.
2008-02-12 22:36:34 +01:00
Huw Davies
4ba3aa5047
inetcomm: Add the beginnings of IMimeMessage_Load.
2008-02-12 22:36:24 +01:00
Marcus Meissner
9438ebfa20
dinput: Make _dump_mouse_state static.
2008-02-12 22:36:13 +01:00
Andrew Talbot
ac796d81e7
cabinet: Assign to structs instead of using memcpy.
2008-02-12 22:36:03 +01:00
Andrew Talbot
292fd135e5
avifil32: Assign to structs instead of using memcpy.
2008-02-12 22:35:56 +01:00
Gerald Pfeifer
21b334713c
gdi32: For unsigned types, directly use INTERNAL_YDS
2008-02-12 22:35:43 +01:00
Dan Kegel
316869b273
msvcrt: Fix EOF behavior on read from pipe or console.
...
The canonical way to detect EOF on read is when you request more than
zero bytes, but zero bytes come back. Switching to this method seems
to handle a few problem cases better. Also handle ERROR_BROKEN_PIPE
properly just in case.
2008-02-12 22:35:20 +01:00
Reece H. Dunn
85703790fd
winecfg: Allow theme colour names to be case insensitive when reading them from a file.
2008-02-11 21:03:55 +01:00