Francois Gouget
fff13d2751
ntdll: Fix compilation on systems that don't support nameless structs.
2007-02-12 15:20:18 +01:00
Francois Gouget
76e258cb53
ntdll: Add prototypes to winnt.h for the SList functions.
2007-02-12 14:16:52 +01:00
Francois Gouget
5bdb725f15
ntdsapi: Add a commented-out #include directive as a reminder.
2007-02-09 14:32:56 +01:00
Francois Gouget
ac2754b74d
Make winnt.h C++ compatible.
2007-02-09 14:32:56 +01:00
Francois Gouget
590c4020f2
kernel32: Add prototypes to winbase.h for the SList functions.
2007-02-09 14:32:56 +01:00
Kevin Koltzau
5f8659b186
winnt.h: Correct declaration of SLIST_HEADER and SLIST_ENTRY for Win64.
2007-02-08 11:56:00 +01:00
Francois Gouget
dc600ac53e
clusapi: Make clusapi.h C++ compatible.
2007-02-08 11:55:51 +01:00
Francois Gouget
71d64d09ac
advpack: Make the header more consistent with the implementation and fix the winapi_check warnings.
2007-02-07 21:42:40 +01:00
Francois Gouget
4485b4506b
credui: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:35 +01:00
Francois Gouget
ba0d490b1c
clusapi: Better match the PSDK types and fix the winapi_check warnings.
...
This also makes the headers and implementation more consistent.
2007-02-07 21:42:16 +01:00
Francois Gouget
78c874f982
credui: Make wincred.h C++ compatible.
2007-02-07 21:42:08 +01:00
Francois Gouget
45d5ff01a6
rpcrt4: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:02 +01:00
Damjan Jovanovic
65d9723dc4
msvcrt: Align struct _stati64's st_size on an 8 byte boundary.
2007-02-06 13:28:36 +01:00
Francois Gouget
c03ae82773
hid: Add the hidsdi.h header.
2007-02-06 13:25:00 +01:00
Francois Gouget
62662d21dd
rpcrt4: Improve the prototypes Win64 compatibility by replacing long with LONG.
2007-02-06 13:23:53 +01:00
Mikołaj Zalewski
d34691e2c8
include: Add definitions for the multisource AutoComplete list (ACLMulti).
2007-02-06 12:34:18 +01:00
Damjan Jovanovic
7e7ff40769
libwine_port: Added interlocked_cmpxchg64.
2007-02-05 21:43:42 +01:00
Alexandre Julliard
0c3f12154c
winnt.h: Avoid warnings on Mac OS X.
2007-02-05 18:04:24 +01:00
John Klehm
c34bbbe7f6
ras.h: Added additional szDeviceType defines.
2007-02-05 17:11:13 +01:00
Mike McCormack
a425bfc622
winnt.h: Add defines for SLIST_HEADER.
2007-02-05 14:01:33 +01:00
Bang Jun-Young
1ca4ddbd09
advpack: Constify the 3rd argument of RebootCheckOnInstall[AW].
2007-02-05 12:34:56 +01:00
Bang Jun-Young
fdff5c3a3a
ntdll: Fix NtUnloadKey to match the DDK.
2007-02-05 12:26:01 +01:00
Bang Jun-Young
671b023de8
advapi32: Fix prototypes to match the PSDK.
2007-02-05 12:25:48 +01:00
Francois Gouget
6a45cd1bfc
wintrust: Add missing packing directives to mscat.h.
2007-01-26 13:54:06 +01:00
Francois Gouget
31a006a23b
wintrust: Add missing prototypes and a missing include directive to mscat.h.
2007-01-26 13:54:06 +01:00
Francois Gouget
923c95a6da
wintrust: Better match the PSDK types and fix the winapi_check warnings.
2007-01-26 13:54:06 +01:00
Francois Gouget
6f734ac7b9
snmpapi: Fix the winapi_check warnings.
2007-01-26 12:55:56 +01:00
Vitaliy Margolen
bae75024a4
server/ntdll: Simplistic implementation of NtQueryObject(ObjectBasicInformation).
2007-01-25 12:48:35 +01:00
Francois Gouget
3845c06853
sfc_os: Add a prototype for SfcIsKeyProtected().
2007-01-25 11:05:36 +01:00
Francois Gouget
618be0874a
snmpapi: SnmpUtilDbgPrint() is a vararg and not an stdcall function.
2007-01-25 11:05:11 +01:00
Alexandre Julliard
7d65939825
include: Simplify the variable declarations in the makefile to allow make_makefiles to parse it.
2007-01-24 16:24:19 +01:00
Thomas Weidenmueller
fb5c516dfd
shell32: Implement the property sheet extension array functions.
...
Implement the SHAddFromPropSheetExtArray, SHCreatePropSheetExtArray,
SHReplaceFromPropSheetExtArray and SHDestroyPropSheetExtArray functions
that are used to extend/replace property sheets by shell extensions.
2007-01-23 13:06:09 +01:00
H. Verbeet
6e58579e8f
wined3d: Remove some unused methods from the IWineD3DVertexShader interface.
2007-01-23 11:27:12 +01:00
Bang Jun-Young
2fb391b3df
winbase.h: Cosmetic changes.
2007-01-22 13:28:55 +01:00
Bang Jun-Young
b7d0d05992
objbase.h: Fix typo in comment.
2007-01-22 13:28:51 +01:00
Alexandre Julliard
4dc61069a6
wine/list.h: Add list_count function. Make some parameters const.
2007-01-22 12:16:17 +01:00
Thomas Weidenmueller
fda7775c7d
comctl32: Fix InitCommonControlsEx prototype.
2007-01-22 12:01:49 +01:00
Alexandre Julliard
96e8568c88
rpc.h: Include excpt.h, and windef.h in Wine so that the header compiles.
2007-01-19 13:16:45 +01:00
H. Verbeet
6112522122
wined3d: Move SetupFullscreenWindow() and RestoreWindow() from IDirectDrawImpl to IWineD3DDeviceImpl.
2007-01-19 12:28:58 +01:00
Thomas Weidenmueller
e06345db52
shell32: Fix prototypes.
...
Fix the SHAddFromPropSheetExtArray, SHCreatePropSheetExtArray,
SHReplaceFromPropSheetExtArray and SHDestroyPropSheetExtArray function
prototypes because they're now documented. Also add them to shlobj.h.
2007-01-19 12:28:57 +01:00
Alexandre Julliard
f3cb4f7d94
ntdll: Avoid inter-process APCs when called for the process itself.
2007-01-18 15:41:05 +01:00
Alexandre Julliard
02e2fa7798
ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection.
2007-01-18 15:17:51 +01:00
Alexandre Julliard
8025f79ce1
ntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18 15:02:55 +01:00
Francois Gouget
b0bde6b87c
Assorted spelling fixes.
2007-01-18 12:56:52 +01:00
Alexandre Julliard
3410354d61
ntdll: Fix NtDuplicateObject to only close the file descriptor if it's in the same process.
2007-01-18 12:18:51 +01:00
Francois Gouget
d4ca34dd9b
d3d: Fix the D3DFMT_XXX constant declarations.
2007-01-18 12:05:05 +01:00
Francois Gouget
442fec32d0
tests: The non-gcc case was missing a forward declaration for winetest_skip().
2007-01-18 12:00:01 +01:00
Stefan Dösinger
1d3abdeeaa
wined3d: Store the stream number in the strided structure.
2007-01-17 11:23:54 +01:00
Alexandre Julliard
c122260b9d
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory.
2007-01-16 09:50:08 +01:00
Alexandre Julliard
5a1ad74a67
ntdll: Implementation of inter-process NtFlushVirtualMemory.
2007-01-15 22:31:07 +01:00
Alexandre Julliard
1ea968016f
ntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15 22:30:04 +01:00
Alexandre Julliard
3d00239586
ntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15 22:28:42 +01:00
Alexandre Julliard
6ca1d1b081
server: Support queuing some APCs to a process instead of a thread.
2007-01-15 22:26:32 +01:00
Alexandre Julliard
fb40dc4099
server: Added mechanism for returning results of APC calls.
...
Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests.
2007-01-15 22:24:40 +01:00
Hans Leidekker
f1fc35de38
snmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree and SnmpUtilVarBindFree.
2007-01-15 13:02:09 +01:00
Bill Medland
c4a7c821f1
odbccp32: Implement SQLGet/SetConfigMode.
2007-01-15 12:22:44 +01:00
Alexandre Julliard
4cbe867a85
ntdll: Duplicate the mapping handle on the server side for NtMapViewOfSection.
2007-01-12 14:55:31 +01:00
Stefan Dösinger
cb74603e43
d3d9: Implement IDirect3DDevice9::StretchRect.
2007-01-12 11:49:38 +01:00
Francois Gouget
d90879f10c
tests: Add skip(), a function to warn that tests were skipped due to limitations of the environment or missing dependencies.
2007-01-12 11:25:18 +01:00
Francois Gouget
fa7c32f56c
rpcrt4: Give a proper name to some formerly reserved MIDL_STUB_MESSAGE fields.
...
Define NTDDI_VERSION so we get definitions for the Reserved51_X fields with the PSDK.
This fixes compilation of the ndr_marshall.c with the PSDK.
2007-01-11 11:37:13 +01:00
Alexandre Julliard
515ce23f83
Update copyright info for the new year.
2007-01-09 14:21:06 +01:00
Patrik Stridvall
918152734c
dxguid: Add the rmxfguid.h header and export the GUIDs.
2007-01-09 12:22:17 +01:00
Michael Stefaniuc
d7fe958511
include: Remove stray '\' at end of lines.
2007-01-09 12:03:42 +01:00
Eric Pouech
9d10c66dc8
winedump: Add support for derived types in codeview type info.
2007-01-06 11:40:45 +01:00
Eric Pouech
8a68e46953
winedump: Re-use existing codeview facilities to dump OMF files.
2007-01-06 11:40:45 +01:00
Eric Pouech
bbef1cbd2d
winedump: Removed cvinclude.h.
2007-01-06 11:40:44 +01:00
Alexandre Julliard
5c8421d3e7
server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
2007-01-04 13:40:09 +01:00
Alexandre Julliard
49b49c30fc
server: Notify the server that an APC has completed in the next get_apc call.
2007-01-04 13:17:53 +01:00
Eric Pouech
883732281e
dbghelp: Implemented 64 bit versions of EnumerateLoadedModules.
2007-01-04 11:12:13 +01:00
Stefan Dösinger
71631f7638
wined3d: Use the baseVertexIndex in the stateblock.
2007-01-03 11:02:51 +01:00
Hans Leidekker
80e30f3d1b
gdi32: Implement GetCharWidthI.
2007-01-02 20:30:17 +01:00
Stefan Dösinger
197ec1c179
wined3d: Remove IWineD3DDevice_ApplyStateChanges.
2007-01-02 12:22:04 +01:00
Mike McCormack
b9910cb36d
kernel32: Implement CopyFileWithProgress.
2007-01-02 12:08:53 +01:00
Rob Shearman
b787df47e8
include: Add function declarations for CoAllowSetForegroundWindow and CoRegisterChannelHook to objbase.h.
2006-12-29 21:25:46 +01:00
Alexandre Julliard
150b5dcaef
loader: Use the Mach thread port as thread id on Mac OS.
2006-12-29 20:02:02 +01:00
Jacek Caban
3b44fb3eb7
mshtml.idl: Added IHTMLFrameBase2 declaration.
2006-12-26 12:20:35 +01:00
Jacek Caban
b79fa300ad
itss: Move registration code to inf file and add missing registry.
2006-12-24 14:00:55 +01:00
Jacek Caban
e6fd4d42f0
itss: Rename CLSID_ITSProtocol to CLSID_MSITStore.
...
ITSProtocol is a different object.
2006-12-24 13:59:26 +01:00
Hans Leidekker
092edd81e6
usp10: Implement ScriptString_pSize.
2006-12-24 13:08:29 +01:00
Alexandre Julliard
80cff47c87
include: Get rid of the WINE_NO_LONG_AS_INT ifdefs.
2006-12-20 14:57:08 +01:00
Hans Leidekker
1698c44ed3
winedump: Start dumping .NET specific bits from PE executables.
2006-12-20 12:31:29 +01:00
Stefan Dösinger
f661a8287c
wined3d: Add WINED3DRS_STIPPLEPATTERNxy.
2006-12-19 16:53:44 +01:00
Louis Lenders
6c04a187d2
msvcrt: Add _atoldbl.
2006-12-19 16:18:01 +01:00
Markus Amsler
5e0fc62135
d3d: Callback infrastructure for implicit swap chain destruction in IWineD3DDevice.
2006-12-18 12:07:26 +01:00
Markus Amsler
4ca9fccf31
wined3d: Remove IWineD3DVolume_GetContainerParent.
2006-12-18 12:02:28 +01:00
Markus Amsler
9b397ec2d5
wined3d: Remove IWineD3DSurface_GetContainerParent.
2006-12-18 12:02:17 +01:00
Alexandre Julliard
8f1d42eba4
configure: Remove some no longer used libcurses checks.
2006-12-16 17:01:37 +01:00
Hans Leidekker
7f31cc4756
setupapi: Add a stub implementation for SetupPromptReboot.
2006-12-15 12:20:32 +01:00
Ulrich Czekalla
398886799e
ddraw: Add IDirectDraw3 interface.
2006-12-14 20:33:49 +01:00
Andrew Talbot
9cf1579aad
ntdll/tests: Cast-qual warning fix.
2006-12-13 11:49:01 +01:00
Ulrich Czekalla
4bdf4345b8
winex11.drv: Store window and drawable rects in X11DRV_PDEVICE.
2006-12-12 13:45:10 +01:00
Detlef Riekenberg
9f90c74fd8
localspl/tests: Add tests for XcvOpenPort.
2006-12-11 17:07:39 +01:00
Francois Gouget
da5e750a16
gdi32: Add a prototype for GetFontUnicodeRanges().
2006-12-07 11:23:46 +01:00
Markus Amsler
3fd04308ab
d3d: Callback infrastructure for implicit depth stencil surface destruction in IWineD3DDevice.
2006-12-06 12:39:30 +01:00
Markus Amsler
50a0c21265
d3d: Callback infrastructure for implicit volume destruction in IWineD3DVolumeTexture.
2006-12-06 12:39:14 +01:00
Markus Amsler
cb8652947a
d3d: Callback infrastructure for implicit render target destruction in IWineD3DSwapChain.
2006-12-06 12:39:00 +01:00
Markus Amsler
2946f7a267
d3d: Callback infrastructure for implicit surface destruction in IWineD3DCubeTexture.
2006-12-06 12:38:51 +01:00
Markus Amsler
04ae4596ff
d3d: Callback infrastructure for implicit surface destruction in IWineD3DTexture.
2006-12-06 12:38:37 +01:00
Stefan Dösinger
3d8cdfb190
wine/list.h: Added list_move_head and list_move_tail.
2006-12-06 12:38:31 +01:00
Francois Gouget
bb8e625b5b
Assorted spelling fixes.
2006-12-05 10:31:47 +01:00
Markus Amsler
a60d4b2d2f
d3d: Pass the superior creating object down to the callback functions.
2006-12-04 12:40:38 +01:00
James Hawkins
58bb3571de
msi: Add handling for the StartServices action.
2006-12-04 12:22:32 +01:00
Rob Shearman
f8b54686fd
include: Add some missing OLE defines and declarations to ole2.h.
2006-12-04 12:19:27 +01:00
Lei Zhang
6a530aba76
msxml3: Fix compiles for systems with libxml2 version 2.6.14 and below.
2006-11-30 16:35:35 +01:00
Kai Blin
e521ee2cee
ws2_32: Implement SO_EXCLUSIVEADDRUSE for setsockopt.
2006-11-30 15:23:16 +01:00
Eric Pouech
0bee33e195
mscvpdb.h: Update some definitions (constants, structures) with latest information we have.
2006-11-30 12:55:10 +01:00
Eric Pouech
cc65d21f82
dbghelp: Moved mscvpdb.h file to include/wine to allow sharing of the definitions with winedump.
2006-11-30 12:54:54 +01:00
Pierre d'Herbemont
4919a76edf
winsock: Get rid of already disabled WS prefix, thus fix Wine compilation on big-endian.
2006-11-27 18:49:08 +01:00
Alexandre Julliard
167b32cc4b
winsock: Add WS_ prefix on WSAIoctl constants.
2006-11-27 18:48:58 +01:00
Dmitry Timoshkov
eea1b5e219
include: Add some structures a definitions required for the COFF library dumper.
2006-11-27 13:44:58 +01:00
Kevin Koltzau
00ad155a40
winuser.h: Add some HSHELL and APPCOMMAND defines.
2006-11-27 13:43:29 +01:00
Kevin Koltzau
baaefe9783
winuser.h: Define browser and multimedia keys.
2006-11-27 13:43:25 +01:00
Matthew Kehrer
ce2f176275
mshtml: Add basic support for ITimer interface.
2006-11-21 12:16:54 +01:00
Alexandre Julliard
8930427b21
server: Return an fd type in the get_handle_fd request.
2006-11-20 14:14:04 +01:00
H. Verbeet
8afe27dacd
wined3d: Fix GL_ARB_texture_cube_map extension support.
2006-11-20 11:50:14 +01:00
H. Verbeet
44f4e254a6
wined3d: Fix depth buffer formats to use actual depth textures.
2006-11-17 15:54:01 +01:00
Alexandre Julliard
1447e6f634
include: Install adshlp.h too.
2006-11-17 15:47:16 +01:00
Alexandre Julliard
2731998ae6
include: Get rid of heap.h.
2006-11-17 15:29:40 +01:00
Alexandre Julliard
75b8f88875
gdi32: Get rid of the gdi.h include.
2006-11-17 14:52:07 +01:00
Alexandre Julliard
456891b377
gdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.
2006-11-17 14:39:04 +01:00
Alexandre Julliard
bb51f96907
gdi32: Get rid of the palette mapping handling and leave it up to the driver.
2006-11-17 14:38:11 +01:00
Alexandre Julliard
ed4f22ab5f
gdi32: Moved the system palette flags to winex11.drv.
2006-11-17 14:34:44 +01:00
Kevin Koltzau
c3c1b7025f
winnt.h: Add AMD64 relocation types.
2006-11-17 11:14:14 +01:00
Kevin Koltzau
8cebef6797
winnt.h: Add defines for new DLL characteristics.
2006-11-17 11:14:07 +01:00
Alexandre Julliard
123b6fec22
kernel32: Rewrote the locale matching to match more elements and to support Windows-format locale names.
...
Added implementation for LocaleNameToLCID and LCIDToLocaleName.
2006-11-16 22:11:19 +01:00
Hans Leidekker
134c03b3be
setupapi: Implement SetupGetTargetPath{A,W}.
2006-11-16 22:08:41 +01:00
Hans Leidekker
ae64a62241
setupapi: Implement SetupGetSourceInfo{A,W}.
2006-11-15 12:24:50 +01:00
Rob Shearman
167323e6f8
include: Add security QOS flags to winbase.h.
2006-11-15 11:33:47 +01:00
Huw Davies
9e1284df23
msxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK.
2006-11-14 11:42:17 +01:00
Huw Davies
1615497233
msxml3: Add a guard around DOMNodeType just like in the PSDK, so that we can include version 2 and version 3 msxml headers simultaneously.
2006-11-14 11:39:28 +01:00
Hans Leidekker
02c5df73d2
setupapi: Implement SetupGetSourceFileLocation{A,W}.
2006-11-14 11:34:31 +01:00
Rob Shearman
0ca78828c3
include: Add wincred.h header file.
2006-11-13 16:12:50 +01:00
Rob Shearman
d5da94011e
include: Fix a typo in the SecInvalidateHandle macro in sspi.h.
2006-11-13 16:12:48 +01:00
Alexandre Julliard
a9f214cb0d
ntdll: Added support for reading directories using the BSD getdirentries function.
2006-11-13 15:42:48 +01:00
Francois Gouget
d78ea3ccfa
include/tapi.h: Add missing include directives.
2006-11-13 12:45:45 +01:00
Dmitry Timoshkov
5f4ce3d72f
include: Remove duplicate definition.
2006-11-09 17:53:14 +01:00
Francois Gouget
ad09fd4947
shlwapi: Add a fixme for a missing include.
2006-11-09 14:33:27 +01:00
Francois Gouget
3baffa3979
include/usp10.h: Add missing include directives.
2006-11-09 14:33:24 +01:00
Francois Gouget
041df966d4
include/oledlg.h: Add missing include directives.
2006-11-09 14:33:22 +01:00
Francois Gouget
8a2b4026b9
include/dshow.h: Add missing include directives.
2006-11-09 14:33:19 +01:00
Francois Gouget
56f7209a94
include: Add missing include directives to d3d8.h and d3d9.h.
2006-11-09 14:33:16 +01:00
Francois Gouget
eab56a5abd
include: The PSDK headers don't define WM_SYSTIMER so we shouldn't either.
2006-11-09 14:33:13 +01:00
Michael Stefaniuc
9023bc0d13
rpcndr.h: Use ULONG/LONG/DWORD for Win64 compatibility instead of unsigned long/long.
2006-11-09 10:43:32 +01:00
Rob Shearman
433993eed7
include: Add RPC/DCE defines and structures related to RPC_SECURITY_QOS_V2.
2006-11-09 10:36:42 +01:00
Dmitry Timoshkov
8120dea049
include: Add the PROCESS_SUSPEND_RESUME definition.
2006-11-08 20:16:06 +01:00
Michael Stefaniuc
e9ae478c14
rpcproxy.h: Use LONG/ULONG for Win64 compatibility instead of long and unsigned long.
2006-11-08 15:51:25 +01:00
Francois Gouget
5cff5038a9
Fix ntsecapi.h so it does not depend on winternl.h.
2006-11-08 12:53:19 +01:00
Francois Gouget
ea483682c5
secur32: sspi.h must not include wtypes.h.
2006-11-08 12:11:00 +01:00
Francois Gouget
7ab6d8522b
setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes.
2006-11-08 12:10:53 +01:00
Francois Gouget
7a2bd72b8a
uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros.
2006-11-08 12:10:47 +01:00
Francois Gouget
fc765b98bf
include/objbase.h: Add missing include directives.
2006-11-08 12:10:35 +01:00
Francois Gouget
a7f8195be9
include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either.
2006-11-08 12:10:26 +01:00
Francois Gouget
b1602267f0
user32/include: Don't define the window and control styles if NOWINSTYLES is set.
2006-11-08 11:43:43 +01:00
Francois Gouget
0996980595
user32/include: Don't define the OBM_*, OCR_* and OIC_* macros unless OEMRESOURCE is defined.
2006-11-07 17:05:41 +01:00
Francois Gouget
30e44c85c8
Assorted spelling fixes.
2006-11-07 15:25:24 +01:00
Francois Gouget
6688acce7d
include: Some DirectX headers are supposed to define COM_NO_WINDOWS_H.
2006-11-07 15:25:17 +01:00
Alexandre Julliard
66f45a5b7d
configure: Added missing DiskArbitration/DiskArbitration.h check.
2006-11-06 13:33:16 +01:00
Alexandre Julliard
02fc886302
ntdll: Retrieve mailslot message info from the client side.
2006-11-03 17:53:04 +01:00
Alexandre Julliard
c9b5569bc2
ntdll: Added implementation of RtlDllShutdownInProgress.
2006-11-03 13:52:02 +01:00
Francois Gouget
7c38ff6adf
include: Fix the HeapQueryInformation() prototype.
2006-11-02 22:13:32 +01:00
Alexandre Julliard
8700c4341b
server: Get rid of the server-side file descriptor cache management.
2006-11-02 20:52:05 +01:00
Alexandre Julliard
28418cc919
ntdll: Maintain a file descriptor cache on the client side.
2006-11-02 20:48:19 +01:00
Mike McCormack
c4f815f304
kernel32: Declare HeapQueryInformation and HeapSetInformation.
2006-11-02 12:24:18 +01:00
Alexandre Julliard
313d93e491
kernel32: Moved PeekNamedPipe implementation to ntdll.
2006-11-01 16:24:36 +01:00
Alexandre Julliard
30b878b3b6
server: Compute the removable device flag on the server side.
2006-11-01 13:28:05 +01:00
Ivan Gyurdiev
4934b7ae79
wined3d: Add D3DLINEPATTERN to the WINED3D namespace.
2006-10-31 12:11:09 +01:00
Ivan Gyurdiev
50130fdfdb
wined3d: Add D3DPATCHEDGESTYLE to the WINED3D namespace.
2006-10-31 12:11:01 +01:00
Ivan Gyurdiev
4c723a7662
wined3d: Add D3DSTREAMSOURCE codes to the WINED3D namespace.
2006-10-31 12:10:31 +01:00
Ivan Gyurdiev
f71edf223f
wined3d: Add D3DCOLORWRITEENABLE codes to the WINED3D namespace.
2006-10-31 12:10:12 +01:00
Ivan Gyurdiev
b1df1d8320
wined3d: Add D3DCLEAR codes to the WINED3D namespace.
2006-10-31 12:09:46 +01:00
Ivan Gyurdiev
de108f65e1
wined3d: Add D3DTSS_TCI codes to the WINED3D namespace.
2006-10-31 12:09:15 +01:00
Ivan Gyurdiev
875a1eb02d
wined3d: Add D3DFVF codes to the WINED3D namespace.
2006-10-31 12:09:06 +01:00
Ivan Gyurdiev
908853f63d
wined3d: Add D3DMATERIALCOLORSOURCE to the WINED3D namespace.
2006-10-30 12:06:17 +01:00
Ivan Gyurdiev
206d248e48
wined3d: Add D3DCMPFUNC to the WINED3D namespace.
2006-10-30 12:06:10 +01:00
Ivan Gyurdiev
2b6deb8637
wined3d: Add D3DSTENCILOP to the WINED3D namespace.
2006-10-30 12:06:03 +01:00
Ivan Gyurdiev
f5cc612842
wined3d: Add D3DFILLMODE to the WINED3D namespace.
2006-10-30 12:05:55 +01:00
Ivan Gyurdiev
02fb9f6f41
wined3d: Add D3DCULL to the WINED3D namespace.
2006-10-30 12:05:48 +01:00
Ivan Gyurdiev
16767d21e1
wined3d: Add D3DSHADEMODE to the WINED3D namespace.
2006-10-30 12:05:36 +01:00
Ivan Gyurdiev
042fa7be8b
wined3d: Add D3DBLENDOP to the WINED3D namespace.
2006-10-30 12:05:31 +01:00
Ivan Gyurdiev
4eced8ea24
wined3d: Add D3DFOGMODE to the WINED3D namespace.
2006-10-30 12:05:24 +01:00
Jacek Caban
cdbab7ddf2
wininet: Fixed declaration of INTERNET_STATUS_CALLBACK.
2006-10-30 11:17:24 +01:00
Alexandre Julliard
6afcf77889
wined3d: The WineD3D_GLContext structure doesn't need to be exported.
2006-10-27 14:42:17 +02:00
Alexandre Julliard
00ddebfafa
wined3d: Fix a memory leak (spotted by Eric Pouech).
2006-10-27 14:41:25 +02:00
Pierre d'Herbemont
08884514ba
quartzdrv: Add the quartz (Mac OS X) video driver to the build system.
2006-10-27 14:20:12 +02:00
Jacek Caban
6501e2e57b
include: Added urlhist.idl.
2006-10-26 13:04:53 +02:00
Ivan Gyurdiev
5f79e80827
wined3d: Add D3DZBUFFERTYPE to the WINED3D namespace.
2006-10-24 20:06:45 +02:00
Ivan Gyurdiev
10cbffb335
wined3d: Add D3DBLEND to the WINED3D namespace.
2006-10-24 20:06:38 +02:00
Ivan Gyurdiev
4f611bc0e0
wined3d: Add D3DTA masks to the WINED3D namespace.
...
Also fix usage of D3DTSS/D3DTA in ddraw.
2006-10-24 20:06:30 +02:00
Ivan Gyurdiev
997e670e12
wined3d: Add D3DTADDRESS to the WINED3D namespace.
2006-10-24 20:06:15 +02:00
Francois Gouget
9fe4673347
Don't include windows.h & co in the Wine sources.
...
Remove uneeded COM_NO_WINDOWS_H defines.
2006-10-24 17:47:09 +02:00
Alexandre Julliard
7d00b0504e
configure: Check for the Xinerama extension.
2006-10-23 13:46:34 +02:00
Huw Davies
e85b646430
oledlg: Add the registered message name strings.
2006-10-20 11:41:05 +02:00
Huw Davies
ccca9bc8c0
oledlg: Add PS_MAXLINKTYPES.
2006-10-20 11:41:05 +02:00
Huw Davies
3f46f74e52
oledlg: Move the flag defines to under their respective structure definitions and remove some duplicates.
2006-10-20 11:41:05 +02:00
Huw Davies
c3ae917042
oledlg: Add resource ids for the paste special dialog.
2006-10-20 11:41:05 +02:00
Jesse Allen
4087669a4a
include: Fix out of place comment for DLGC_* codes.
2006-10-19 13:35:26 +02:00
Alexandre Julliard
9abd8852dd
configure: Don't define _WIN64 on the command line to avoid trouble with system headers.
2006-10-16 21:29:23 +02:00
Alexandre Julliard
12c196203c
Make.rules: Added support for building IDL client/proxy/server/iid files.
2006-10-16 17:20:37 +02:00
Alexandre Julliard
85f518ac6b
server: A window timer id should be an unsigned long.
2006-10-16 17:03:44 +02:00
Stefan Dösinger
1e6a38967c
d3d8: Implement CopyRects with BltFast.
2006-10-16 11:26:00 +02:00
Hans Leidekker
2638e9d467
secur32: Win64 printf format warning fixes.
2006-10-16 10:54:33 +02:00
Michael Stefaniuc
15765dd953
The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility.
2006-10-16 10:53:04 +02:00
James Hawkins
3b6017ae18
include: Move cfgmgr32.h to include/ to match the SDK.
2006-10-14 20:18:44 +02:00
James Hawkins
3cb5004876
clusapi: Add the clusapi.h public header.
2006-10-14 20:18:06 +02:00
Francois Gouget
4794dc0e38
rpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototypes accordingly.
2006-10-13 11:54:58 +02:00
Ivan Gyurdiev
9846602412
wined3d: Add D3DTEXTURETRANSFORMTYPE to the WINED3D namespace.
2006-10-13 11:15:31 +02:00
Ivan Gyurdiev
4745e602d2
wined3d: Add D3DCLIPPLANE constants to the WINED3D namespace.
2006-10-13 11:15:18 +02:00
Ivan Gyurdiev
6f0bb0f6fc
wined3d: Add D3DVERTEXBLENDFLAGS to the WINED3D namespace.
2006-10-13 11:14:33 +02:00
Ivan Gyurdiev
c912032aa5
wined3d: Add D3DTEXTUREOP to the WINED3D namespace.
2006-10-13 11:13:02 +02:00
Alexandre Julliard
e958dc2e9d
ws2_32: Win64 printf format fixes.
2006-10-12 14:53:44 +02:00
Alexandre Julliard
9e5fadab6d
winsock: Add a WS_ prefix to the BSD types.
2006-10-12 13:45:39 +02:00
Ivan Gyurdiev
532fe7a1cf
wined3d: Merge D3DDP_MAXTEXCOORD constants into one constant in WINED3D namespace.
2006-10-12 12:38:02 +02:00
Ivan Gyurdiev
2bac4a02da
wined3d: Merge D3DPRIMITIVETYPE types into one type in WINED3D namespace.
2006-10-12 12:37:52 +02:00
Ivan Gyurdiev
1cd7bcf4c8
wined3d: Merge D3DCOLOR types into one type in WINED3D namespace.
2006-10-12 12:37:40 +02:00
Ivan Gyurdiev
9628a1b2e2
wined3d: Merge D3DRECT types into one type in WINED3D namespace.
2006-10-12 12:37:08 +02:00
Ivan Gyurdiev
ac37163124
wined3d: Merge D3DMATRIX types into one type in WINED3D namespace.
2006-10-12 12:35:00 +02:00
Ivan Gyurdiev
ec782c2b97
wined3d: D3DTRANSFORMSTATETYPE: Consistently use in the WINED3D namespace.
2006-10-12 12:33:39 +02:00
Ivan Gyurdiev
b1a4bd87a9
wined3d: D3DRENDERSTATETYPE: Consistently use in the WINED3D namespace.
2006-10-12 12:33:24 +02:00
James Hawkins
cdd717bc1b
advapi32: Add missing declarations to the public headers.
2006-10-12 11:34:50 +02:00
Andrew Talbot
89e139e17f
winedump: Cast-qual warnings fix (with thanks to Dmitry Timoshkov and Eric Pouech).
2006-10-12 11:34:11 +02:00
Ivan Gyurdiev
732e0e908b
wined3d: Merge GAMMARAMP types into one type in WINED3D namespace.
2006-10-11 12:22:01 +02:00
Ivan Gyurdiev
5f2987ae32
wined3d: Merge VIEWPORT types into one type in WINED3D namespace.
2006-10-11 12:21:54 +02:00
Ivan Gyurdiev
90f5be2bef
wined3d: Merge MATERIAL types into one type in WINED3D namespace.
2006-10-11 12:21:14 +02:00
Ivan Gyurdiev
70bbf734b1
wined3d: Merge LIGHT types into one type in WINED3D namespace.
2006-10-11 12:21:06 +02:00
Dmitry Timoshkov
a58a9f5212
user: Add some missing messages to the message spy.
2006-10-11 12:09:28 +02:00
Ivan Gyurdiev
e8137632c7
wined3d: Move D3DSP DCL-related structures into WINED3D namespace.
2006-10-10 13:37:35 +02:00
Nick Burns
a5f933541f
msvcrt/process.h: __stdcall__ defined safely for Mac OSX.
2006-10-09 20:26:37 +02:00
James Hawkins
5fd3c4ad15
msi: Add missing declarations to the public headers.
2006-10-09 14:40:13 +02:00
Stefan Dösinger
3529560cd7
wined3d: Add WINED3DUSAGE_OVERLAY.
2006-10-06 12:53:24 +02:00
Stefan Dösinger
2bcacf22d3
wined3d: Add IWineD3DSurface::UpdateOverlay.
2006-10-06 12:53:24 +02:00
Stefan Dösinger
05ff0d0f64
wined3d: Add DDOVERLAYFX struct.
2006-10-06 12:53:24 +02:00
Stefan Dösinger
080e4f56cf
wined3d: Add UpdatOverlayZOrder.
2006-10-06 12:53:24 +02:00
Stefan Dösinger
f6647486cf
wined3d: Add IWineD3DSurface::GetOverlayPosition.
2006-10-06 12:53:24 +02:00
Stefan Dösinger
0f3995d21a
wined3d: Add IWineD3DSurface::SetOverlayPosition.
2006-10-06 12:53:24 +02:00
Roderick Colenbrander
8be92001e6
x11drv: Fix building issue.
2006-10-06 12:32:44 +02:00
Francois Gouget
5c0a8a14a7
include: Add new Vista SDK constants and structures.
2006-10-05 17:34:50 +02:00
Alexandre Julliard
2f80fcd88d
server: Changed the get_next_hook request to allow retrieving the current hook too.
2006-10-05 14:05:48 +02:00
Alexandre Julliard
533f519950
user32: Store the prev_unicode hook flag on the client side.
2006-10-05 14:04:25 +02:00
Alexandre Julliard
81c1472449
user32: The per-window user data must be a DWORD_PTR.
2006-10-04 21:49:11 +02:00
Alexandre Julliard
e0dcf4fddb
server: Rearrange a few fields to avoid wasting padding space on 64 bits.
2006-10-04 21:41:32 +02:00
Alexandre Julliard
3ad9798263
server: Pass the data for message callbacks as vararg from the client side.
2006-10-04 20:25:42 +02:00
Alexandre Julliard
29a3ce9f3a
server: Return the data for callback results in the varargs part of the get_message request.
2006-10-04 16:29:45 +02:00
Alexandre Julliard
59dc456822
server: Return the data for winevent hooks in the varargs part of the get_message request.
2006-10-04 16:04:53 +02:00
Eric Pouech
8cb932ea89
ntdll: Implemented AmILastThread information class for NtQueryInformationThread.
2006-10-03 20:20:13 +02:00
Francois Gouget
3a03248a7c
include: Add missing STATUS_CTX_ constants.
2006-10-03 20:18:51 +02:00
Francois Gouget
f68d8ed9b4
include: Add missing PSP_ constants.
2006-10-03 20:18:48 +02:00
Oleg Krylov
dd6e2b361d
user: Fix CopyImage function declaration.
2006-10-03 15:55:30 +02:00
Dmitry Timoshkov
888c930f2d
ws2_32: Use a symbolic name instead of hand-made value.
2006-10-02 12:32:46 +02:00
Alexandre Julliard
6910043d6e
winsock: Make sure to include sys/types.h in all cases.
2006-10-02 11:57:54 +02:00
Francois Gouget
dc0cfe7729
urlmon: Fix the case of the BINDINFO.cbstgmedData field. Fixes the htmldoc test compilation on Windows.
2006-09-29 17:53:23 +02:00
Francois Gouget
e4024a67dd
wincrypt: Fix the CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME declaration in the MSVC case.
2006-09-29 17:52:48 +02:00
Francois Gouget
f16e250a22
secur32: Only include secext.h when asked to.
2006-09-29 17:52:40 +02:00
Francois Gouget
87045eb0c5
Fix rpcndr.h so it takes CONST_VTABLE into account.
...
Define CONST_VTABLE in the tests that need it. This fixes many Visual C++ warnings.
2006-09-29 17:52:27 +02:00
Michael Stefaniuc
705b5a00c5
debug.h, test.h: Temporary add ifdefs around some printfs to avoid format.
2006-09-29 16:09:14 +02:00
Michael Stefaniuc
f8b8f216dd
include: Make DWORD/LONG/ULONG an int to use the same type in Win32 and Win64.
2006-09-29 16:09:07 +02:00
Juan Lang
3fdd3398a2
wincrypt.h: Fix a typo.
2006-09-29 14:41:22 +02:00
Robert Shearman
1f854b2024
include: Add types to objidl.idl used by COM contexts.
2006-09-28 11:56:03 +02:00
Robert Shearman
f9e12a1001
include: Add recently added PSDK VM flags to winnt.h.
2006-09-28 11:55:39 +02:00
Juan Lang
afbe00a85e
netapi32: Add stubs for DsGetDcNameW and DsGetSiteNameW.
2006-09-27 18:19:44 +02:00
Juan Lang
180c814c67
wintrust.h: Remove duplicate definitions. Spotted by Paul Vriens.
2006-09-27 18:18:46 +02:00
Paul Vriens
0181fbb530
wintrust: Fix function prototype.
2006-09-27 18:16:05 +02:00
H. Verbeet
193f6bbd92
wined3d: Add support for native NPOT textures.
2006-09-27 09:48:11 +02:00
Juan Lang
5860cc2426
wintrust.h: Add missing defines.
2006-09-27 09:40:56 +02:00
Nicolas Delcros
1492950c8e
winuser.h: Fix PROPENUMPROCEXA/W types declarations.
2006-09-26 21:50:27 +02:00
Alexandre Julliard
9ae4e8d98e
explorer: Work around the latest HAL binary compatibility breakage.
2006-09-26 20:29:15 +02:00
Paul Vriens
8b776d0af4
mssip.h: Added function definition.
2006-09-26 20:01:33 +02:00
Roderick Colenbrander
4b55964a26
wined3d: Add the missing gamma cap.
2006-09-26 11:39:29 +02:00
Paul Vriens
a3d8d14e52
wincrypt.h: A few more defines.
2006-09-25 17:56:19 +02:00
Roderick Colenbrander
7c86d91bb9
wined3d: glBlend* fixes.
2006-09-25 17:56:04 +02:00
Detlef Riekenberg
ca788bbc26
include: Open Watcom compatibility (Fix _BSDTYPES_DEFINED typo).
2006-09-22 13:22:50 +02:00
Alexandre Julliard
c4704c2d7e
Makefile: Automatically update config.h if configure changed.
2006-09-22 09:33:00 +02:00
James Hawkins
ab5494e83e
wintrust: Add a stub implementation of CryptCATEnumerateMember.
2006-09-21 18:23:38 +02:00
Michael Stefaniuc
4a0234e4bf
include: Make the return type of mmioSendMessage16 in the function declaration match that of the function definition.
2006-09-21 11:26:30 +02:00
Vijay Kiran Kamuju
a97680751a
include: Add some missing definitions in winuser.h.
2006-09-20 12:24:05 +02:00
Alexandre Julliard
a27d0aa4e9
include: Added definitions for the fault address exception information.
2006-09-20 11:27:53 +02:00
Alexandre Julliard
530e765035
include: Exception filters should return LONG, not DWORD.
...
Also move UnhandledExceptionFilter definitions to winbase.h since they
are there in the latest SDK.
2006-09-20 11:26:59 +02:00
Mikołaj Zalewski
f6fecda896
include: Win64 fix in TBBUTTON.
2006-09-20 11:22:11 +02:00
Juan Lang
38f9f0c4bd
wincrypt.h: Add more missing definitions and prototypes.
2006-09-20 11:19:18 +02:00
James Hawkins
15b46847b0
setupapi: Add stubs for SetupOpenLog, SetupCloseLog, and SetupLogError.
2006-09-14 12:06:09 +02:00
Nicolas Delcros
523cf3d464
include/commctrl.h: TV_DISPINFO constants definition.
2006-09-14 11:10:46 +02:00
Nicolas Delcros
e21f6df630
include/windows.h: Added _INC_WINDOWS declaration.
2006-09-14 11:10:31 +02:00
Alexandre Julliard
32ab895e46
makefiles: Generate the dependencies line to avoid some code duplication.
2006-09-14 09:38:16 +02:00
Alexandre Julliard
fc4cd637d9
tests: Moved some compatibility defines to wine/test.h.
2006-09-13 11:01:39 +02:00
Paul Vriens
1f05420b5c
wintrust: Added stubbed WintrustAddDefaultForUsage.
2006-09-12 14:57:28 +02:00
Roderick Colenbrander
12dbce5c93
winex11.drv: Move WGL extension code to winex11.drv.
2006-09-12 14:35:31 +02:00
Francois Gouget
6393fed2d4
wintrust: In recent SDKs, WinVerifyTrust()'s last parameter is a void pointer.
2006-09-11 11:29:19 +02:00
Stefan Dösinger
6286c4e70d
ddraw: Pass the fullscreen flag to wined3d.
2006-09-10 10:18:45 +02:00
Andrew Talbot
06e7d91bad
kernel: Constify a formal parameter.
2006-09-08 16:07:36 +02:00
Mike McCormack
7aa893481e
oleaut32: Include minimal ungif source to remove dependency on libungif.
2006-09-08 16:06:33 +02:00
Konstantin Petrov
bb49763154
svrapi: Added a stub svrapi.dll.
2006-09-08 14:48:04 +02:00
Mike McCormack
665829c390
msi: Fix the prototype of MsiDatabaseIsTablePersistent to match the SDK.
2006-09-08 12:45:11 +02:00
Francois Gouget
735a51046f
include: Document some Microsoft spelling mistakes so we know they are not to be fixed.
2006-09-08 11:02:56 +02:00
Francois Gouget
468f00eddd
shell32: Fix name of a constant.
2006-09-08 11:02:53 +02:00
Francois Gouget
357f579eb0
include: Fix the name of a MODEMSETTINGS field.
2006-09-08 11:02:49 +02:00
Francois Gouget
766611b7a0
imagehlp: Fix the name of the ADDRESS_MODE enum.
2006-09-08 11:02:45 +02:00
Ivan Gyurdiev
2e1cf4d948
wined3d: Add support for R32F and R16F texture formats.
2006-09-07 13:48:32 +02:00
Paul Vriens
2bb7f91c1f
wintrust.h: Added several defines needed for the registration of wintrust.dll.
2006-09-07 13:07:44 +02:00
Paul Vriens
26b918aeb2
softpub.h: Added several new defines for provider functions.
2006-09-07 12:57:31 +02:00
Paul Vriens
3943f468ac
wintrust.h: Added a new define for a provider function.
2006-09-07 12:57:20 +02:00
Andrew Talbot
a5bf67ef9b
kernel: Constify some formal parameters.
2006-09-07 12:00:46 +02:00
Paul Vriens
3747f22337
wintrust: Implementation of WintrustAddActionID.
2006-09-07 10:54:18 +02:00
Paul Vriens
4b5e6b767f
wincrypt.h: Add new OID.
2006-09-07 10:15:13 +02:00
Paul Vriens
e4c771cd52
softpub.h: Add a GUID.
2006-09-07 10:15:08 +02:00
Paul Vriens
036e4ffb6e
wintrust.h: Add a GUID.
2006-09-07 10:15:04 +02:00
Ivan Gyurdiev
bda6d092a5
wined3d: Add support for A16B16G16R16F and A32B32G32R32F texture formats.
2006-08-28 11:46:20 +02:00
Paul Vriens
17e1727196
softpub.h: Added some GUIDs.
2006-08-25 11:19:23 +02:00
Jacek Caban
5b39aa25c9
mlang.idl: Added IMultiLanguage3 declaration.
2006-08-23 20:08:52 +02:00
Mike McCormack
b346d0f248
windef.h: Add a definition for FILETIME.
2006-08-23 12:01:06 +02:00
Roderick Colenbrander
de97fa7a3b
wined3d: Better GPU detection.
2006-08-21 12:21:19 +02:00
Paul Vriens
b20dad068a
wintrust: Added stubbed CryptCATAdminEnumCatalogFromHash.
2006-08-21 12:09:08 +02:00
Paul Vriens
5ffb0174b0
wintrust.h: Added some defines.
2006-08-18 11:34:06 +02:00
Jacek Caban
00b4413ded
mshtmhst.idl: Added DOCHOSTUITYPE declaration.
2006-08-17 11:20:44 +02:00
Robert Reif
abdb2dbc66
kernel32: Add GetNativeSystemInfo.
2006-08-16 12:41:01 +02:00
James Hawkins
485484deac
msi: Add a stub for MsiGetFeatureCost.
2006-08-16 12:40:43 +02:00
Paul Vriens
c73e577c9a
winerror.h: Added an error code.
2006-08-15 19:24:55 +02:00
Paul Vriens
80df5324ba
wintrust: Added stubbed WintrustLoadFunctionPointers.
2006-08-15 19:24:49 +02:00
Juan Lang
fd3fcc0bdd
crypt32: Implement CertCreateCertificateChainEngine and CertFreeCertificateChainEngine.
2006-08-15 12:57:30 +02:00
Alexandre Julliard
dd0340ef0a
loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now.
2006-08-15 12:57:25 +02:00
Alexandre Julliard
e533e972bf
configure: Moved the library checks after the function checks to avoid code duplication.
2006-08-15 12:11:30 +02:00
Kai Blin
24b680d3f1
secur32: Fix typo in ISC flags.
2006-08-15 11:54:46 +02:00
Alexandre Julliard
1089260f29
configure: Only link against libpoll where really necessary.
2006-08-15 11:41:59 +02:00
Paul Vriens
6f872e5313
wintrust: Added stubbed WintrustRemoveActionID.
2006-08-14 20:49:18 +02:00
Robert Reif
dd66a69614
include: Add dsgetdc.h.
2006-08-14 20:17:10 +02:00
Robert Reif
e476cf8cbc
lmaccess.h: Add some LOCALGROUP defines.
2006-08-11 19:26:18 +02:00
Robert Reif
611eb3fa8a
kernel32: Add IsWow64Process.
2006-08-11 19:26:12 +02:00
Mike McCormack
d7371fc49d
include: Rename indexsvr.idl to indexsrv.idl.
2006-08-11 14:47:30 +02:00
Robert Shearman
891c83d976
include: Add DLL registration macros to rpcproxy.h for dlldata.c files.
2006-08-09 20:38:41 +02:00
Robert Shearman
a966a80d9f
include: Fix rpcproxy.h to allow the compilation of dlldata.c files.
...
Add macros for generating the GetProxyDllInfo, DllGetClassObject and
DllCanUnloadNow functions.
2006-08-09 20:38:34 +02:00
Francois Gouget
a050bebd80
mlang: Give the CLSIDs their proper names.
...
Move CLSID_CMultiLanguage and CLSID_CMLangConvertCharset to mlang.idl.
Leave CLSID_CMLangString in regsvr.c as MSDN claims it is not supported anymore.
2006-08-09 20:37:02 +02:00
Paul Vriens
aa45d8aeb3
winerror.h: Add some error codes.
2006-08-09 20:36:26 +02:00
Roderick Colenbrander
c2b6cc9dc4
wined3d: Fix GLSL regression / draw buffers support.
2006-08-09 20:35:59 +02:00
Alexandre Julliard
672bfc2d62
server: Make the message extra info 64 bits on Win64.
2006-08-09 17:10:14 +02:00
Alexandre Julliard
d3b3096756
server: Split the queuing of hardware messages into a separate send_hardware_message request.
2006-08-09 16:45:26 +02:00
Roderick Colenbrander
194cdfa4b0
wined3d: Shader cap fixes.
2006-08-08 19:35:24 +02:00
Francois Gouget
a3191f7f16
shell32: Add CLSID_CUrlHistory and CLSID_CURLSearchHook.
2006-08-08 11:16:33 +02:00
H. Verbeet
3d2ae69102
wined3d: Allow async occlusion queries.
2006-08-07 19:59:49 +02:00
H. Verbeet
02a8f74490
wined3d: Add a couple of traces to the vertexdeclaration creation code.
2006-08-07 19:42:31 +02:00
Alexandre Julliard
2886e9b0e8
makefiles: Use make dependencies to create installation directories.
...
This avoids a lot of redundant calls to mkinstalldirs.
2006-08-07 17:48:18 +02:00
Robert Reif
2fa5806a3a
netapi32: Add stubs for remaining NetLocalGroup* functions.
...
Move existing NetLocalGroup* functions to local_group.c.
Add stubs for remaining NetLocalGroup* functions.
2006-08-07 15:35:10 +02:00
Francois Gouget
ce9b4baad8
Assorted spelling fixes.
2006-08-07 13:52:55 +02:00
Roderick Colenbrander
bd6f0b23d6
wined3d: General constant caps fix.
2006-08-07 13:52:03 +02:00
Tijl Coosemans
fc8172f7ee
loader/pthread: Added pthread_attr_get_np support.
2006-08-07 13:51:50 +02:00
H. Verbeet
ef87a40c72
wined3d: Delay vertex shader compilation until the shader is first used.
2006-08-07 13:12:10 +02:00
Robert Reif
1b2b2bd78e
winnt.h: Add some more RIDs.
2006-08-07 13:11:34 +02:00
Andrew Talbot
d58e1dba42
msi: Write-strings warnings fix.
2006-08-05 11:27:04 +02:00
Roderick Colenbrander
3d9e96f3bc
wined3d: Volume textures fix.
2006-08-05 11:26:25 +02:00
Alexandre Julliard
c82789264b
server: Added support for kqueue() as an alternative to poll() on FreeBSD.
2006-08-04 22:11:00 +02:00
Robert Reif
1b8cfc5151
advapi32: Add a computer SID to the registry.
2006-08-04 12:04:06 +02:00
Robert Reif
46d2886dd0
ntdll: Fix some function arguments.
2006-08-04 11:59:25 +02:00
Mikołaj Zalewski
7523fd321a
shell32: Add property ids to header files.
2006-08-03 19:56:22 +02:00
Francois Gouget
0a81f30460
include: Add the ShellFolderViewOC coclass.
2006-08-03 19:56:22 +02:00
Robert Reif
fc7f5b3364
winnt.h: Add missing define.
2006-08-03 18:20:47 +02:00
Jacek Caban
35a8c6a251
hlink: Added HlinkTranslateURL tub implementation.
2006-08-02 22:01:31 +02:00
Jacek Caban
506e09308a
hlink: Added HlinkIsShortcut implementation.
2006-08-02 22:01:25 +02:00
Alexandre Julliard
2c2299685f
user: Implementation of Get/SetWindowLongPtr for 64-bit platforms.
...
Also use the same code for Get/SetWindowWord.
Based on a patch by Ge van Geldorp.
2006-08-02 21:59:00 +02:00
Detlef Riekenberg
adb27013e3
winsplp.h: Remove FAR, use W structs, fix typo.
2006-08-01 10:48:47 +02:00
Alexandre Julliard
6f7b1f6463
ntdll: Move the calling of the process entry point back to kernel32.
...
Apparently some copy protection stuff relies on that.
This reverts commit 50fca716fd
.
2006-07-31 21:25:29 +02:00
H. Verbeet
d5238cfb38
wined3d: Split the GLSL check in a check for GLSL vertex shaders and one for GLSL fragment shaders.
2006-07-31 10:53:05 +02:00
Juan Lang
da3eeb4bd5
crypt32: Implement CryptHashPublicKeyInfo.
2006-07-29 11:50:34 +02:00
Vitaliy Margolen
eb3028acc0
dinput: Add DISCL_NOWINKEY define.
2006-07-29 11:50:19 +02:00
Jason Green
2e52b36bb3
wined3d: Declare a 1D sampler for TEXDP3TEX (GLSL).
2006-07-29 11:50:02 +02:00
Jason Green
d353ab7879
wined3d: Start checking for D3DUSAGE_QUERY_* items, improve traces.
2006-07-29 11:49:51 +02:00
Roderick Colenbrander
98179f0656
winex11.drv: Kill DGA support.
2006-07-29 11:46:58 +02:00
Jacek Caban
385247b3d6
stdole2.tlb: Move stdole2.tlb generation to include to allow importlib from other IDLs.
2006-07-29 11:46:14 +02:00
Juan Lang
e53ac1df94
sspi.h: Add missing define.
2006-07-28 12:36:14 +02:00
Jacek Caban
8298444f6b
mshtml.idl: Fix SAFEARRAY argument declaration.
2006-07-28 12:35:01 +02:00
Mike McCormack
b618e03b26
comctl32: Fix a typo.
2006-07-27 11:57:18 +02:00
Stefan Dösinger
06106e2810
ddraw: Support using an application-provided surface pointer.
2006-07-26 15:17:59 +02:00
Alexandre Julliard
c627601c3b
server: Convert the server start time to the abs_time_t type.
2006-07-26 14:50:55 +02:00
Alexandre Julliard
3095a48d6f
server: Convert thread creation/exit times to the abs_time_t type.
2006-07-26 14:49:55 +02:00
Alexandre Julliard
ce40ef18df
server: Rename the wait_input_idle request to better reflect what it does.
...
Also get rid of the unused timeout field.
2006-07-26 11:48:25 +02:00
Alexandre Julliard
0f273c17ff
server: Added data_size_t type to represent sizes in the server protocol.
...
Make it an unsigned int to save some space on Win64, if we need to
transfer more than 4Gb over the server pipe something is seriously
wrong.
2006-07-26 11:11:03 +02:00
Juan Lang
6e23b4a25d
crypt32: Implement file stores.
2006-07-26 10:24:53 +02:00
Robert Shearman
68249c10df
configure: Add a check for the DGifOpen function in the gif_lib.h header as the v4 of the file does define it, while v3 doesn't.
2006-07-26 10:23:14 +02:00
H. Verbeet
536638918d
wined3d: Add real occlusion query support.
2006-07-25 11:22:00 +02:00
Jason Green
ac8f2c033c
wined3d: Improve traces for D3DTRANSFORMSTATETYPE.
...
Added debug function for WINED3DTRANSFORMSTATETYPE and changed all
references from D3DTS_* to WINED3DTS_*.
2006-07-24 19:55:27 +02:00
Alexandre Julliard
0b39d1a89e
libwine: Added a function to enumerate the reserved mmap areas.
2006-07-24 13:59:10 +02:00
Robert Reif
11370742b5
winnt.h: Add more SID defines.
2006-07-24 12:57:33 +02:00
Andrew Talbot
0c96a42a59
riched20: Write-strings warnings fix.
...
The string members of the FINDTEXT and FINDTEXTEX structs are declared
constant in the SDK.
2006-07-24 12:57:32 +02:00
Stefan Siebert
026dd2d88a
ntdll: Implementation of process CreationTime and ExitTime.
2006-07-21 13:27:16 +02:00
Christian Gmeiner
51cd07c37e
setupapi: Implemented SetupDiCreateDeviceInfoA.
2006-07-21 13:26:01 +02:00
Mike McCormack
57f8bd057f
include: Remove unnecessary semicolons from idl.
2006-07-20 12:49:55 +02:00
Mike McCormack
6621503322
oledb: Add oledb.idl and some idl files it depends on.
2006-07-20 12:49:43 +02:00
Mike McCormack
546916f401
include: Semicolons after cpp_quote are a syntax error in midl.
2006-07-20 12:12:17 +02:00
H. Verbeet
a8f2c1075a
wined3d: Compilation fixes.
2006-07-20 12:11:06 +02:00
Alexandre Julliard
c316f0e47f
server: Simplify process creation.
...
Pass the socket for the new process from the parent through the
environment.
Perform initialisations during the new_process request.
2006-07-19 14:00:10 +02:00
Jason Green
718716b77a
wined3d: Make the number of floating point shader constants dynamic.
2006-07-19 09:54:30 +02:00
Stefan Dösinger
bffe5a6922
ddraw/wined3d: Remove texture format enumeration functions.
2006-07-18 11:25:22 +02:00
Robert Shearman
9318cb0fbc
rpcrt4: Handle more structure padding values.
2006-07-18 11:12:47 +02:00
Paul Millar
df10b7d580
libwine: Add a configure check for setrlimit.
2006-07-17 14:35:32 +02:00
Jacek Caban
29763fd605
urlmon.idl: Added some missing declarations.
2006-07-17 13:52:00 +02:00
Robert Reif
c4ac8c5b16
advapi32: Add CreateWellKnownSid and IsWellKnownSid.
2006-07-17 13:45:11 +02:00
Robert Reif
2a1727a7d9
include: Add well known sids and quota limits to winnt.h.
2006-07-17 13:44:16 +02:00
Robert Shearman
264503d40d
include: Add NI_* defines and add a WS(socklen_t) type.
2006-07-13 16:25:38 +02:00
Alexandre Julliard
50fca716fd
ntdll: Moved the calling of the process entry point to LdrInitializeThunk.
2006-07-13 14:58:04 +02:00
Ge van Geldorp
54afeb02de
user32: Implement Get/SetClassLongPtrA/W.
2006-07-12 20:04:18 +02:00
H. Verbeet
7090259545
wined3d: Fix specular color handling for register combiners.
...
By default the FinalCombiner is setup to add the specular color to the
final result of the combiner operations. However, it should only do
this when the WINED3DRS_SPECULARENABLE renderstate is enabled.
2006-07-12 13:20:41 +02:00
Juan Lang
273b76570e
crypt32: Implement CryptAcquireCertificatePrivateKey.
2006-07-12 13:16:02 +02:00
Robert Reif
63cbb0cae3
include: Add more policy structures to ntsecapi.h.
2006-07-12 13:15:36 +02:00
Ge van Geldorp
6096e5861a
ntdll: Widen fields in LDR_RESOURCE_INFO to accomodate 64 bit pointers.
2006-07-11 17:15:54 +02:00