Kai Blin
58b030c270
ws2_32: Map SO_REUSEADDR.
...
BSD socket SO_REUSEADDR is not a complete match, but features like
"allow binding to a port immediately after closing it" seem to be compatible.
2007-11-05 13:24:37 +01:00
Kai Blin
bb4ba8e21b
netapi32: Fix valgrind warnings.
...
For now, those pointers are always null, anyway.
2007-11-05 13:24:37 +01:00
Dan Hipschman
b0bc8e58de
widl: Don't output a void conformance for NdrClearOutParameters.
2007-11-05 13:24:37 +01:00
Dan Hipschman
8d15820f79
widl: Handle pointers to conformant arrays (e.g., "[size_is(, n)] int **p; ").
2007-11-05 13:24:37 +01:00
Dan Hipschman
8caa325eb7
rpcrt4: Initialize allocated pointers to NULL in PointerUnmarshall.
...
This patch initializes allocated pointers in PointerUnmarshall since later
code checks the value for NULL (specifically, NdrConformantArrayUnmarshall).
2007-11-05 13:24:36 +01:00
Dan Hipschman
eaffc0a0da
rpcrt4/tests: Initialize memory in the get_name test.
...
This initializes the memory for an [in] parameter.
2007-11-05 13:24:36 +01:00
Stefan Dösinger
0d016254a0
wined3d: Don't test D3DDEVICE surfaces in dsurface tests.
2007-11-05 13:24:36 +01:00
Stefan Dösinger
4bd65f2a66
d3d8: Initialize the vertex decl when allocating it.
2007-11-05 13:24:36 +01:00
Stefan Dösinger
d97e3fd086
wined3d: Move texture->sysmem specific code into its special function.
2007-11-05 13:24:36 +01:00
Stefan Dösinger
4678cd75be
wined3d: Move drawable->sysmem specific code to its special function.
2007-11-05 13:24:36 +01:00
Stefan Dösinger
2d11b509b4
wined3d: Move sysmem->drawable specific blit code out of LoadLocation.
2007-11-05 13:24:36 +01:00
Stefan Dösinger
1367e00750
wined3d: Remove a wrong return.
2007-11-05 13:24:36 +01:00
Stefan Dösinger
7c97b80193
wined3d: Remove an unneeded check.
2007-11-05 13:24:36 +01:00
Jacek Caban
e15b6096c6
iexplore: Added self-registration code.
2007-11-05 13:24:36 +01:00
Rob Shearman
151f18e69c
include: Add a new header file: midles.h.
2007-11-05 13:24:36 +01:00
Rob Shearman
c4a1a081a9
rpcrt4: Factorise out the argument processing from NdrStubCall2 into two functions.
2007-11-05 13:24:36 +01:00
Rob Shearman
83bc80ada0
rpcrt4: Move some type definitions from ndr_stubless.c to ndr_stubless.h.
2007-11-05 13:24:36 +01:00
Rob Shearman
3eac5b4e59
rpcrt4: Add a small bit of documentation as to what NdrStubCall2 does.
2007-11-05 13:24:36 +01:00
Rob Shearman
d1696ff5fe
include: Take care to not declare CtxtHandle and PCtxtHandle more than once when including both sspi.h and wincred.h.
2007-11-05 13:24:36 +01:00
Jacek Caban
6b21304248
mshtml: AsyncOpen code clean up.
2007-11-05 12:12:47 +01:00
Jacek Caban
cd07f72824
mshtml: More test fixes.
2007-11-05 12:12:47 +01:00
Juan Lang
d8acdcc2b4
url: Fix prototype of FileProtocolHandlerA.
2007-11-05 12:09:54 +01:00
Huw Davies
f49880c6af
include: Add a couple more interfaces.
2007-11-05 12:09:41 +01:00
Huw Davies
381e48ec13
inetcomm: Add two missing member functions.
2007-11-05 12:09:27 +01:00
Rob Shearman
54ab69c4f5
inetcomm: Add a stub implementation of the IMimeMessage object returned from MimeOleCreateMessage.
2007-11-05 12:09:14 +01:00
Huw Davies
78c90082a5
inetcomm: Add a stub for MimeOleCreateVirtualStream.
2007-11-05 12:08:52 +01:00
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