Hans Leidekker
|
57f82b89a8
|
include: Add IAutomaticUpdates, IUpdateSession, IUpdateSearcher, IUpdateDownloader and IUpdateInstaller interfaces.
|
2008-12-17 13:52:41 +01:00 |
Alexandre Julliard
|
0f37b55211
|
configure: Get rid of the va_copy checks.
|
2008-12-17 13:52:41 +01:00 |
Marcus Meissner
|
94b87d08c8
|
include: Add prototype for GetConsoleInputExeNameA/W().
|
2008-12-17 11:38:25 +01:00 |
Alexander Morozov
|
902443579f
|
ntoskrnl.exe: Add stubs for Io{Allocate,Get}DriverObjectExtension.
|
2008-12-16 14:10:53 +01:00 |
Alexandre Julliard
|
e2b3ee535f
|
msvcrt: The __p_* functions are only exported on i386.
|
2008-12-15 16:20:08 +01:00 |
Alexandre Julliard
|
b19913ac70
|
msvcrt: Add a few more *_func functions to replace the __p_* ones.
|
2008-12-15 16:03:32 +01:00 |
Alexandre Julliard
|
b9e10147d9
|
ntdll: NtCurrentTeb is not exported on x86_64.
|
2008-12-15 13:32:15 +01:00 |
Alexandre Julliard
|
a518edc3aa
|
include: Allow 64-bit pointers to pass through LDT functions unmolested.
|
2008-12-15 13:31:52 +01:00 |
Alexandre Julliard
|
f6fa72d770
|
server: Make async I/O transfer sizes always 32-bit.
|
2008-12-15 13:30:25 +01:00 |
Alexandre Julliard
|
dc7f170495
|
server: Add an apc_param_t type to store APC client-side parameters.
|
2008-12-15 13:29:38 +01:00 |
Dylan Smith
|
6fa7b49825
|
richedit: Missing capitalization on TxGetScrollBars.
|
2008-12-15 13:20:09 +01:00 |
James Hawkins
|
199a26c81a
|
msi: Add a stub implementation of MsiGetPatchInfoEx.
|
2008-12-15 12:33:56 +01:00 |
Nikolay Sivov
|
7cddc57989
|
gdiplus: Added GdipAddPathCurve3/GdipAddPathCurve3I with tests.
|
2008-12-15 12:33:49 +01:00 |
Christian Costa
|
48e213b4d8
|
amstream: Add stubbed implementation of MediaStreamFilter.
|
2008-12-15 12:32:53 +01:00 |
Maarten Lankhorst
|
424caea967
|
includes: Fix packing for commdlg in Win64.
|
2008-12-15 12:30:04 +01:00 |
Francois Gouget
|
67d5a4de70
|
port: S_IWUSR and S_IX* are not needed. Remove them.
|
2008-12-15 12:25:05 +01:00 |
Henri Verbeet
|
fb475c7c29
|
wined3d: Don't reparse the entire shader just to update the sampler types.
|
2008-12-12 11:40:20 +01:00 |
Alexandre Julliard
|
4305e6d119
|
msvcrt: Use iob_func instead of p__iob on non-x86.
|
2008-12-12 10:19:55 +01:00 |
Alexandre Julliard
|
d8ab5a14aa
|
msvcrt: Use intptr_t or size_t instead of long where appropriate.
|
2008-12-12 10:19:55 +01:00 |
Alexandre Julliard
|
33fa6c2e25
|
include: Add the msvcrt/crtdefs.h header and include it where needed.
|
2008-12-12 10:19:55 +01:00 |
Alexandre Julliard
|
dcbe616a0e
|
include: Fix typo in the 64-bit version of GetProcessHeap().
|
2008-12-11 20:37:42 +01:00 |
Ricardo Filipe
|
bad677d58a
|
hal: Add stubs for ExAcquireFastMutex and ExReleaseFastMutex.
|
2008-12-11 14:28:07 +01:00 |
Nikolay Sivov
|
63ae714fc6
|
gdiplus: Stub for GdipGetNearestColor.
|
2008-12-11 11:50:42 +01:00 |
Alexandre Julliard
|
517b2f624d
|
server: Windows properties are actually generic params, not handles.
|
2008-12-10 16:21:32 +01:00 |
Alexandre Julliard
|
31282b3f63
|
server: Define an lparam_t type for message parameters that can hold all sorts of data.
|
2008-12-10 16:01:50 +01:00 |
Alexandre Julliard
|
66eb4bd375
|
ntdll: Add a function to export the host OS type and version.
|
2008-12-09 19:33:06 +01:00 |
Alexandre Julliard
|
baaaa58b50
|
include: Fix a few compiler warnings for the Mingw64 build.
|
2008-12-09 17:56:16 +01:00 |
Alexandre Julliard
|
74d63c020c
|
include: Fix the definition of 64-bit types for Mingw64.
|
2008-12-09 17:42:13 +01:00 |
Alexandre Julliard
|
4bddbedc41
|
include: Disable the asm optimizations for the Windows build.
|
2008-12-09 17:10:20 +01:00 |
Alexandre Julliard
|
46678dcdde
|
configure: Add a check for the grp.h header.
|
2008-12-09 17:09:42 +01:00 |
Alexandre Julliard
|
53e165716d
|
configure: Add a wrapper macro for mkdir on Windows.
|
2008-12-09 16:15:18 +01:00 |
Hans Leidekker
|
c58541e20a
|
ws2_32: Implement WSAIoctl(SIO_KEEPALIVE_VALS).
Based on a patch by Philippe Rétornaz.
|
2008-12-09 12:46:52 +01:00 |
Ricardo Filipe
|
0c406bec45
|
clusapi: Add stubs for ClusterEnum, ClusterOpenEnum and ClusterCloseEnum.
|
2008-12-09 12:46:52 +01:00 |
Hans Leidekker
|
5dd5c22506
|
clusapi: Add stubs for OpenCluster and CloseCluster.
|
2008-12-09 12:46:52 +01:00 |
Alexandre Julliard
|
77cf8034e4
|
server: Don't use size_t for module sizes, they are limited to 2Gb anyway.
|
2008-12-09 11:50:05 +01:00 |
Alexandre Julliard
|
db6e45488d
|
server: Get rid of the support for module snapshots, it is no longer needed.
|
2008-12-09 11:49:37 +01:00 |
Alexandre Julliard
|
956f19fa1b
|
include: Added the msvcrt memory.h header.
|
2008-12-09 11:30:53 +01:00 |
Alexandre Julliard
|
345aff3f17
|
include: Added some definitions for x86_64 exception handling.
|
2008-12-08 19:27:59 +01:00 |
Alexandre Julliard
|
f06d99f67a
|
include: Implemented inline asm functions for x86_64. Export Interlocked* only on i386.
|
2008-12-08 19:25:25 +01:00 |
Alexandre Julliard
|
7fdadbb377
|
server: Add functions for conversions between server user handles and pointer-style handles.
|
2008-12-08 16:58:20 +01:00 |
Alexandre Julliard
|
d764107434
|
server: Make user handles ints instead of pointers.
|
2008-12-08 16:57:38 +01:00 |
Alexandre Julliard
|
d1b3d484f7
|
server: Add functions for conversions between server object handles and pointer-style handles.
|
2008-12-08 16:05:17 +01:00 |
Alexandre Julliard
|
0d3d456bd0
|
server: Make object handles ints instead of pointers.
|
2008-12-08 16:04:20 +01:00 |
Alexandre Julliard
|
fea2aa55d0
|
include: Fix the 64-bit value of magic handle constants.
|
2008-12-08 15:51:22 +01:00 |
James Hawkins
|
43499b9f47
|
msi: Add the MSIPATCHSTATE enumeration.
|
2008-12-08 12:06:33 +01:00 |
James Hawkins
|
7df94f3b04
|
msi: Fix the type of the last parameter of MsiEnumPatchesEx.
|
2008-12-08 12:06:06 +01:00 |
Francois Gouget
|
b092b90309
|
ws2_32: Add the inet_ntop() and inet_pton() prototypes and their relatives.
|
2008-12-08 12:04:41 +01:00 |
Francois Gouget
|
23063501e5
|
ws2_32: Add MSG_WAITALL and MSG_INTERRUPT.
|
2008-12-08 12:04:34 +01:00 |
Alexandre Julliard
|
5c37788a01
|
server: The name len in the get_directory_entry request must be a data_size_t.
|
2008-12-06 17:29:31 +01:00 |
Alexandre Julliard
|
3343c408cb
|
server: Convert the registry key modification time to a win32-style time.
|
2008-12-06 17:29:01 +01:00 |