Phil Costin
|
3650e31e85
|
wined3d: Add GL_EXT_texture_sRGB constants and corresponding CheckDeviceFormat query.
|
2007-06-07 13:01:23 +02:00 |
Lei Zhang
|
00bc8fa184
|
include: Add missing definitions to shlobj.h.
|
2007-06-07 13:00:08 +02:00 |
H. Verbeet
|
6ee356fca0
|
wined3d: Get rid of the pBaseVertexIndex parameter to IWineD3DDeviceImpl_GetIndices, use GetBaseVertexIndex instead.
|
2007-06-07 11:20:48 +02:00 |
H. Verbeet
|
262240adce
|
wined3d: Add IWineD3DDevice_GetBaseVertexIndex to retrieve the base vertex index.
|
2007-06-07 11:20:48 +02:00 |
Dmitry Timoshkov
|
70015ab5b4
|
include/msvcrt: Make sure that __int64 is properly defined on a 64-bit platform.
|
2007-06-06 20:33:54 +02:00 |
Alexandre Julliard
|
156b205eb5
|
server: Add support for system processes, that can be signaled to exit when all non-system processes are done.
|
2007-06-06 20:33:13 +02:00 |
Dan Hipschman
|
6cf8e6bd77
|
list.h: Add macros for reverse iteration.
|
2007-06-06 12:12:27 +02:00 |
H. Verbeet
|
785771272a
|
wined3d: Get rid of the BaseVertexIndex parameter to IWineD3DDeviceImpl_SetIndices, use SetBaseVertexIndex instead.
|
2007-06-06 12:10:47 +02:00 |
Michael Stefaniuc
|
30f67b1534
|
wingdi.h: Multi-character character constants are implementation specific according to the C standard. Use a hex number instead.
|
2007-06-05 12:18:55 +02:00 |
Detlef Riekenberg
|
0c71799d02
|
winspool: Implement AddPortEx.
|
2007-06-05 10:57:16 +02:00 |
Alexandre Julliard
|
7c6bc78b90
|
ntdll: Get rid of the num_async_io counter in the TEB.
|
2007-06-04 18:17:16 +02:00 |
Alexandre Julliard
|
8992f89f27
|
server: Remove the extra apc_arg parameter now that user APCs all require the same arg as the kernel APC.
|
2007-06-04 15:20:49 +02:00 |
Detlef Riekenberg
|
360dee625f
|
include/winspool: Add more flags for printer drivers.
|
2007-06-04 12:49:58 +02:00 |
Francois Gouget
|
cfbd3384e2
|
ws2_32: Improve the prototypes Win64 compatibility by replacing long with LONG.
|
2007-06-04 12:49:22 +02:00 |
James Hawkins
|
f083b3c038
|
msi: Implement SummaryInfo::Property get.
|
2007-06-01 12:43:33 +02:00 |
Dmitry Timoshkov
|
29b00e1a8c
|
midimap: Fix compilation warnings in 64-bit mode.
|
2007-06-01 12:40:04 +02:00 |
Francois Gouget
|
ab91c21636
|
version: Fix the VerQueryValueA/W() prototypes.
|
2007-05-31 14:18:35 +02:00 |
Louis Lenders
|
b7a5985bca
|
comctl32: Add stub for DrawShadowText.
|
2007-05-31 13:07:20 +02:00 |
Alexandre Julliard
|
14fceb2cb6
|
include: Fix the definition of MSG_MAXIOVLEN.
|
2007-05-31 12:08:19 +02:00 |
Stefan Leichter
|
88b6bc4f7c
|
advapi32: Added implementation of RegDeleteTreeA/W.
|
2007-05-30 15:55:05 +02:00 |
Alexandre Julliard
|
7718d2bd7c
|
dmusic: Fix license headers that mistakenly use GPL instead of LGPL.
Confirmed by the original author and the major contributors.
|
2007-05-30 12:54:07 +02:00 |
Rob Shearman
|
eb239a47cc
|
include: Fix a typo in wincred.h.
The Attribute field of the CREDENTIALA/W structs should instead be
Attributes.
|
2007-05-30 11:51:41 +02:00 |
Dmitry Timoshkov
|
ab2934781c
|
gdi32: Make SetDCHook 64-bit safe.
|
2007-05-30 11:51:26 +02:00 |
Juan Lang
|
a1e8343e2e
|
wincrypt: Fix typo.
|
2007-05-30 11:51:20 +02:00 |
Alexandre Julliard
|
e6df00aa4f
|
libwine: Add support for glyph chars mapping in OEM codepage tables.
|
2007-05-29 23:31:14 +02:00 |
Francois Gouget
|
04a3aa99a6
|
schannel: Fix the name of the SetContextAttributes field of SECPKG_FUNCTION_TABLE.
|
2007-05-29 13:44:35 +02:00 |
Francois Gouget
|
ecaeeb2c9b
|
schannel: The PSDK defines no SECPKG_FUNCTION_TABLE_SIZE_* macro.
|
2007-05-29 13:44:34 +02:00 |
Francois Gouget
|
efba293582
|
include: The PSDK does not define the DEFINE_SHLGUID() macro anymore.
|
2007-05-29 13:17:57 +02:00 |
Francois Gouget
|
c85b74d63e
|
In the PSDK HRESULT_FROM_WIN32() is now an inline function, and it is __HRESULT_FROM_WIN32() which is a macro.
|
2007-05-29 13:17:46 +02:00 |
Francois Gouget
|
47b6392b44
|
ddraw: Fix the name of DDSPD_IUNKNOWNPOINTER.
|
2007-05-29 13:17:42 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Nigel Liang
|
ddbb317915
|
shlwapi: Stub implementation for SHSetTimerQueueTimer.
|
2007-05-25 19:29:54 +02:00 |
Francois Gouget
|
41b099172f
|
port.h: Issue an error if port.h is included after the regular Wine headers.
|
2007-05-23 13:43:56 +02:00 |
Dmitry Timoshkov
|
737b9e5acd
|
winternl.h: Make the fields of the PROCESS_BASIC_INFORMATION structure use same type width as a PSDK one.
|
2007-05-23 13:04:58 +02:00 |
Dmitry Timoshkov
|
0cfe42b7da
|
basetsd.h: Fix a typo in the parameter name.
|
2007-05-23 13:04:52 +02:00 |
Francois Gouget
|
784693bb5a
|
msvcrt: Remove the S_ISXXX() macros as they are not present in the Visual C++ headers.
|
2007-05-22 12:01:28 +02:00 |
Dmitry Timoshkov
|
5f1a234731
|
kernel32: Fix the size of ThreadAffinityMask to match PSDK.
|
2007-05-21 19:11:01 +02:00 |
Dmitry Timoshkov
|
c365747e11
|
basetsd.h: Add a bunch of PSDK compatible macros/inline functions for 64-bit safe type conversions.
|
2007-05-21 19:10:57 +02:00 |
Vitaliy Margolen
|
311c001654
|
ntdll: Implement RtlWriteRegistryValue and forward ntoskrnl to it.
|
2007-05-21 17:03:00 +02:00 |
David Adam
|
7eaf1fe2f5
|
d3drm: Implement D3DRMCreateColorRGB.
|
2007-05-21 15:58:51 +02:00 |
David Adam
|
21b7413dee
|
d3drm: Implement D3DRMCreateColorRGBA.
|
2007-05-21 15:58:35 +02:00 |
David Adam
|
d3e8c930e3
|
d3drm: Implement D3DRMColorGetAlpha.
|
2007-05-21 15:57:09 +02:00 |
David Adam
|
d400728521
|
d3drm: Implement D3DRMColorGetBlue.
|
2007-05-21 15:56:53 +02:00 |
David Adam
|
fba5b11bea
|
d3drm: Implement D3DRMColorGetGreen.
|
2007-05-21 15:56:32 +02:00 |
David Adam
|
e1d3e65381
|
d3drm: Implement D3DRMColorGetRed.
|
2007-05-21 15:56:14 +02:00 |
Dmitry Timoshkov
|
15f4bac787
|
include/wine/debug.h: Fix compilation warning in 64-bit mode.
|
2007-05-21 15:55:46 +02:00 |
Francois Gouget
|
d476313a49
|
direct3d: Remove misspelled constants as they exist correctly spelled.
|
2007-05-21 12:38:54 +02:00 |
Alexandre Julliard
|
bd3a08b355
|
ntoskrnl.exe: Implemented a couple of time-related APIs.
|
2007-05-18 16:48:54 +02:00 |
Hans Leidekker
|
6cc0b4e88e
|
setupapi: Add a partial implementation for SetupScanFileQueue{A, W}.
|
2007-05-18 14:18:49 +02:00 |
Jeff Latimer
|
af62bcbd32
|
hnetcfg: Add netfw.idl - Network Firewall interface.
|
2007-05-17 13:07:01 +02:00 |