Rob Shearman
|
70705829dd
|
inetcomm: Include mimeole.h and fix the type of MimeOleCreateMessage.
|
2007-11-05 12:08:47 +01:00 |
Huw Davies
|
83efdf300c
|
include: Add a few defines and fill out IMimeMessageCallback.
|
2007-11-05 12:08:43 +01:00 |
Rob Shearman
|
fe99768dc9
|
include: Add mimeole.idl.
|
2007-11-05 12:08:15 +01:00 |
Rob Shearman
|
abd95840a5
|
inetcomm: Add stubs for MimeOleSetCompatMode and MimeOleCreateMessage.
|
2007-11-05 12:06:54 +01:00 |
Rob Shearman
|
3ace5e53d9
|
inetcomm: Call InternetTransport_RegisterClass and UnregisterClass on process attach and detach respectively, to register a window class and initialize Winsock.
|
2007-11-05 12:06:42 +01:00 |
Rob Shearman
|
cef74e263f
|
inetcomm: Use InternetTransport_ChangeStatus in InternetTransport_DropConnection so that the callback gets called.
|
2007-11-05 12:06:33 +01:00 |
Huw Davies
|
a3a2789f66
|
inetcomm: Add self-registration code.
Based on a patch by Rob Shearman.
|
2007-11-05 12:06:21 +01:00 |
Rob Shearman
|
994014b15a
|
inetcomm: Add a framework for connecting to a server and sending/receiving data asynchronously with callbacks being called in the context of the original thread, using window messages.
|
2007-11-05 12:05:17 +01:00 |
Rob Shearman
|
08050758de
|
include: Add imnact.idl and imnxport.idl.
|
2007-11-05 12:04:58 +01:00 |
Alexandre Julliard
|
a54a990b3b
|
server: Allow to specify the class name instead of the atom to find a window.
|
2007-11-02 15:26:49 +01:00 |
Alexandre Julliard
|
1fc461f98b
|
server: Allow to specify the class name instead of the atom to create a window.
|
2007-11-02 15:16:25 +01:00 |
Rob Shearman
|
beab2c17e9
|
inetcomm: Add stub implementation of inetcomm.dll.
|
2007-11-02 13:52:10 +01:00 |
Christian Eggers
|
f89c6de727
|
ctapi32: Added wrapper dll for ctapi (CardTerminal API).
|
2007-11-02 13:46:18 +01:00 |
Rok Mandeljc
|
47d1fee7fc
|
wnaspi32: Fix controller number validation.
|
2007-11-02 13:03:38 +01:00 |
Rok Mandeljc
|
3a59ac0829
|
wnaspi32: Fix Controller -> H/C mapping.
|
2007-11-02 13:03:31 +01:00 |
Rok Mandeljc
|
1161d0e15e
|
wnaspi32: Do the command dumping only after device has been verified.
|
2007-11-02 13:03:23 +01:00 |
Rok Mandeljc
|
084636c518
|
wnaspi32: Call ASPI_GetNumControllers() only once.
|
2007-11-02 13:02:14 +01:00 |
Rok Mandeljc
|
a2a34bd80b
|
wnaspi32: Degrade ERR of not finding registry entry for a device to TRACE.
|
2007-11-02 13:02:06 +01:00 |
Rok Mandeljc
|
b6a9257077
|
wnaspi32: Print error when device cannot be opened.
|
2007-11-02 13:01:59 +01:00 |
Lei Zhang
|
019016f90f
|
comctl32: Fix typo in rebar.
|
2007-11-02 12:50:55 +01:00 |
Hans Leidekker
|
9bc08be37b
|
ntdll: Fix calculation of tape position offsets.
Reported by Gerald Pfeifer.
|
2007-11-02 12:49:48 +01:00 |
Paul Vriens
|
cac17c455d
|
advapi32/tests: Make tests run on win98 again.
|
2007-11-02 12:38:36 +01:00 |
Juan Lang
|
159c8af56a
|
crypt32: Use consistent error checking.
|
2007-11-02 12:38:21 +01:00 |
Juan Lang
|
644dedb75d
|
crypt32: Free memory on all paths.
|
2007-11-02 12:38:15 +01:00 |
Juan Lang
|
81a382ac31
|
crypt32: Set last error on alloc failure.
|
2007-11-02 12:38:10 +01:00 |
Lei Zhang
|
bf313ee857
|
comctl32: Fix uninitialized, unused variables.
|
2007-11-02 12:38:00 +01:00 |
Lei Zhang
|
5d05f7fc74
|
comctl32: Datetime should close its monthcal when the monthcal loses focus.
|
2007-11-02 12:37:48 +01:00 |
Rob Shearman
|
18c16a8027
|
rpcrt4: Add a test for the pointers in [in,out] pointer structs not changing when the pointers aren't NULL.
|
2007-11-02 12:37:35 +01:00 |
Rob Shearman
|
55aeb80aa3
|
setupapi: Make the setupapi tests load on systems < Vista by providing a private implementation of RegDeleteTreeW.
|
2007-11-02 12:37:32 +01:00 |
Gerald Pfeifer
|
79ccb7889c
|
dinput: Fix type of loop variable in alloc_device().
|
2007-11-02 12:37:09 +01:00 |
Gerald Pfeifer
|
e403292e5a
|
shell32: Avoid checking for <0 for unsigned variables.
|
2007-11-02 12:37:02 +01:00 |
Gerald Pfeifer
|
c7adf5f4b2
|
user32: Don't check unsigned types for >= 0.
|
2007-11-02 12:36:55 +01:00 |
Gerald Pfeifer
|
d59ca34794
|
wined3d: Fix type of loop variable in IWineD3DCubeTextureImpl_Destroy().
|
2007-11-02 12:36:48 +01:00 |
Chris Robinson
|
4d721de4d2
|
setupapi: Add stub for SetupInstallServicesFromInfSectionW.
|
2007-11-02 12:36:03 +01:00 |
Dmitry Timoshkov
|
407db36684
|
winex11.drv: Initialize buffer size.
|
2007-11-02 12:35:57 +01:00 |
Alexandre Julliard
|
5c5e333284
|
user32/tests: Don't test the contents of uninitialized buffers.
|
2007-11-02 12:27:27 +01:00 |
Marcel Partap
|
91b3eac2f2
|
include: Add winddiui.h header.
|
2007-11-02 12:27:12 +01:00 |
Andrew Talbot
|
36d32df5e6
|
shell32: Constify some variables.
|
2007-11-02 12:24:19 +01:00 |
Thomas Weidenmueller
|
4c516e63d3
|
shell32: Use SHStrDupW in IShellFolder2::GetDetailsOf to allocate returned string.
|
2007-11-02 12:24:14 +01:00 |
Chris Robinson
|
bc9b8d82e9
|
mshtml: Fix hkey leak.
|
2007-11-02 12:23:48 +01:00 |
Jacek Caban
|
ff47878863
|
shdocvw: Move registration code to .inf file.
|
2007-11-02 12:23:34 +01:00 |
Jacek Caban
|
8fe59229a0
|
msimtf: Fixed typos.
|
2007-11-02 12:22:35 +01:00 |
Juan Lang
|
e94cae61a1
|
crypt32: Fix a leaked key.
|
2007-11-02 12:22:31 +01:00 |
Juan Lang
|
f64d600494
|
crypt32: Don't leak buffer when a unicode string contains an invalid character.
|
2007-11-02 12:22:21 +01:00 |
Juan Lang
|
b9e78cc637
|
crypt32: Initialize a variable.
|
2007-11-02 12:22:10 +01:00 |
Juan Lang
|
b9dae979a4
|
crypt32: Use memmove rather than memcpy when addresses might overlap.
|
2007-11-02 12:22:04 +01:00 |
Juan Lang
|
329761e7e1
|
crypt32: Fix a leak building an alternate chain.
|
2007-11-02 12:21:58 +01:00 |
Juan Lang
|
e94ce8a0b2
|
crypt32: Fix leaked chains creating the root store.
|
2007-11-02 12:21:53 +01:00 |
Juan Lang
|
fc14728efc
|
crypt32: Fix a leak during chain creation.
|
2007-11-02 12:21:47 +01:00 |
Juan Lang
|
4690a9c800
|
crypt32: Set size when calling CryptDecodeObjectEx without CRYPT_DECODE_ALLOC_FLAG set.
|
2007-11-02 12:21:41 +01:00 |