Ken Thomases
d35c0e87eb
configure: Check for mach-o/dyld_images.h and mach-o/nlist.h headers.
2009-03-12 13:09:55 +01:00
Michael Stefaniuc
cb133a12d0
mshtml: Change long to LONG in mshtml.idl (remaining stuff).
2009-03-12 13:09:54 +01:00
Michael Stefaniuc
491ae71e52
mshtml: Change long to LONG in mshtml.idl (HTML*Element stuff).
2009-03-12 13:09:54 +01:00
Michael Stefaniuc
165f691ca8
mshtml: Change long to LONG in mshtml.idl (htmlwindow.c part).
2009-03-12 13:09:54 +01:00
Michael Stefaniuc
6b37e6bbed
include: Change long to LONG in mshtml.idl.
...
This is the stuff not yet backed by code in mshtml.
2009-03-12 13:09:54 +01:00
Michael Stefaniuc
b14c0056dd
qedit: Change long to LONG in qedit.idl.
2009-03-12 13:09:54 +01:00
Michael Stefaniuc
7ef5f44bb5
include: Change long to LONG in axextend.idl.
2009-03-12 13:09:54 +01:00
Alexandre Julliard
81f8c03712
configure: Check for IOHIDManagerCreate function that's missing on Tiger.
2009-03-11 16:49:55 +01:00
Aric Stewart
225a494d66
dinput: Add Mac OS/X joystick support.
2009-03-11 13:03:33 +01:00
Alistair Leslie-Hughes
5cadd7e480
mshtml: Add missing IHTMLTable interfaces.
2009-03-11 13:03:31 +01:00
Michael Stefaniuc
d8b4dd7ab6
mlang: Change long to LONG in mlang.idl.
2009-03-11 13:03:31 +01:00
Michael Stefaniuc
a3269bdc40
quartz: Change long to LONG in control.idl.
2009-03-11 13:03:31 +01:00
Alexandre Julliard
801d9c3a84
iphlpapi: Implemented AllocateAndGetTcpTableFromStack for Solaris.
2009-03-10 17:05:58 +01:00
Michael Stefaniuc
de68b01e8c
msxml3: Change long to LONG in msxml.idl.
2009-03-10 12:06:21 +01:00
Michael Stefaniuc
bd87b49614
msxml3: Change long to LONG in msxml2.idl and xmldom.idl.
2009-03-10 12:06:14 +01:00
Michael Stefaniuc
43046481f7
include: Change long to LONG in tom.idl.
2009-03-10 12:06:10 +01:00
Henri Verbeet
a3df476706
wined3d: Buffer object ID's are supposed to be unsigned.
2009-03-09 14:39:18 +01:00
Tony Wasserka
0ed2c2c5e0
d3dx9: Add some definitions in d3dx9.h.
2009-03-09 13:27:53 +01:00
Mike Ruprecht
e8515382bd
dbghelp: Define _IMAGEHLP64 in Win64.
2009-03-09 13:26:45 +01:00
Luke Benstead
d2b923d58d
winnt.h: Completed TOKEN_INFORMATION_CLASS enum definition.
2009-03-09 12:04:16 +01:00
Henri Verbeet
aa3027a604
wined3d: Merge IWineD3DVertexBuffer with IWineD3DBuffer.
...
That still leaves IWineD3DIndexBuffer, but that code is also mostly similar,
except for the conversion code (which will be unused there).
2009-03-06 15:35:58 +01:00
Mike Ruprecht
e976158fe7
dbghelp: Don't define 32-bit structs in 64-bit mode.
2009-03-06 12:49:04 +01:00
Alexandre Julliard
de1d7fbe98
configure: Add check for libkstat on Solaris.
2009-03-05 19:18:23 +01:00
Henri Verbeet
702eeb6b0c
wined3d: Add separate methods for setting the primitive type.
2009-03-05 16:16:25 +01:00
Henri Verbeet
3b07e7059e
wined3d: Add d3d10 primitive types.
2009-03-05 16:16:24 +01:00
Henri Verbeet
602bb1f551
wined3d: Pass the vertex count rather than the primitive count to wined3d draw methods.
2009-03-05 16:16:24 +01:00
Tony Wasserka
02efa19faa
d3dx9: Fix inclusions in some d3dx9 headers.
2009-03-05 12:39:26 +01:00
Alistair Leslie-Hughes
28fe361115
shell32: Add and register CLSID_QueryAssociations.
2009-03-04 12:15:21 +01:00
Steven Edwards
3d0c0429ad
include: Add check to asm macro for Windows Services for Unix/Subsystem for Unix applications.
2009-03-02 13:59:42 +01:00
Stefan Leichter
56031d2ba4
ntoskrnl.exe: Stub for MmQuerySystemSize.
2009-03-02 13:20:46 +01:00
Alexandre Julliard
0e446d5912
loader: Get rid of the no longer supported wine-kthread.
2009-03-02 12:29:32 +01:00
Henri Verbeet
91f5b9a894
d3d10: Add the _D3D10_SHADER_MACRO struct.
2009-02-27 13:15:13 +01:00
Henri Verbeet
e8c308d450
d3d10: Add the D3D10_SHADER flags.
2009-02-27 13:15:10 +01:00
Henri Verbeet
2d870d2ffd
d3d10: Add the ID3D10EffectPass interface.
2009-02-27 13:15:06 +01:00
Alistair Leslie-Hughes
8ffadacb11
mshtml: Add idl for IPersistHistory interface.
2009-02-26 15:13:25 +01:00
Henri Verbeet
737c64d2ce
d3d10: Add a stub ID3D10Effect implementation.
2009-02-26 12:18:41 +01:00
Henri Verbeet
deba63eb08
d3d10: Add the ID3D10EffectPool interface.
2009-02-26 12:18:21 +01:00
Henri Verbeet
e737129b34
d3d10: Add the ID3D10Effect interface.
2009-02-26 12:18:15 +01:00
Henri Verbeet
88f6c5c67b
d3d10: Add the ID3D10EffectTechnique interface.
2009-02-26 12:18:08 +01:00
Henri Verbeet
0a9857f45a
d3d10: Add the ID3D10EffectConstantBuffer interface.
2009-02-26 12:17:43 +01:00
Henri Verbeet
adbe448bac
d3d10: Add the ID3D10EffectVariable interface.
2009-02-25 12:37:06 +01:00
Henri Verbeet
75d2c807d6
d3d10: Add the ID3D10EffectType interface.
2009-02-25 12:37:06 +01:00
Henri Verbeet
7facc6906d
wined3d: Implement IWineD3DDeviceImpl_ClearRendertargetView().
2009-02-25 12:37:06 +01:00
Vincent Povirk
a5c22d0070
include: Add IPersistIDList to headers.
2009-02-24 16:57:29 +01:00
Vincent Povirk
e69c663c66
shell32: Add stub implementation of IShellItem.
2009-02-24 16:57:29 +01:00
Vincent Povirk
66258ccc29
include: Add IShellItem to headers.
2009-02-24 16:57:29 +01:00
Henri Verbeet
eda929d010
dxgi: Create a wined3d swapchain.
2009-02-24 16:57:29 +01:00
Henri Verbeet
c796f76483
wined3d: Add IWineD3DRendertargetView.
2009-02-24 16:57:29 +01:00
Andrew Nguyen
8dc97882f3
hid: Stub HidD_SetFeature.
2009-02-23 15:54:16 +01:00
Andrew Nguyen
45a1f85d15
hid: Stub HidD_GetFeature.
2009-02-23 15:54:01 +01:00
Andrew Nguyen
1f5c71fa48
tapi32: Stub lineAddProviderW.
2009-02-23 15:53:48 +01:00
Andrew Nguyen
f5fc2ca4c5
tapi32: Stub lineGetProviderListW.
2009-02-23 15:53:44 +01:00
Aric Stewart
7d1952b689
msctf: Implement ITfInputProcessorProfiles::EnumLanguageProfiles.
2009-02-23 13:21:07 +01:00
Aric Stewart
606d087199
msctf: Define TF_LANGUAGEPROFILE.
2009-02-23 13:14:23 +01:00
Henri Verbeet
399d992a07
wined3d: Add IWineD3DBuffer, use it in d3d10core.
2009-02-23 12:20:45 +01:00
Henri Verbeet
0048a0373b
d3d10core: Keep a reference to the wined3d device in the d3d10 device.
2009-02-23 12:20:29 +01:00
Andrew Nguyen
0453b03e86
include: Fix mismatched extern declaration in aclui.h.
2009-02-23 12:20:12 +01:00
Aric Stewart
da8cdacf2f
msctf: Define TIP Category values.
2009-02-20 18:46:03 +01:00
Ricardo Filipe
9e8016c3b6
setupapi: Add missing header values for SetupPromptForDisk.
2009-02-20 18:07:41 +01:00
Henri Verbeet
8cefc47d81
wined3d: Add DXGI formats to WINED3DFORMAT.
2009-02-20 11:10:37 +01:00
Alexandre Julliard
d55bdc01d9
tests: When tracing is enabled, output the todo tests too.
2009-02-19 16:17:13 +01:00
Alexandre Julliard
5d513c1b04
include: Avoid redefinition of WIN32 in twain.h.
2009-02-19 15:57:46 +01:00
Juan Lang
d693dfda8c
oleaut32: Constify input parameter to VarR8FromDec.
...
With thanks to Dmitry for spotting this.
2009-02-19 12:51:22 +01:00
Stefan Dösinger
c585b4de99
wined3d: Duplicate GL textures for srgb switching.
...
This reduces the number of srgb switching reloads quite a lot. The only
situation in which a reload is needed is if the rgb copy is modified on the GL
side and the srgb copy is needed.
2009-02-17 12:48:05 +01:00
Rob Shearman
88cb399a28
include: Add WDT_INPROC64_CALL cases to unions in wtypes.idl.
2009-02-17 12:47:50 +01:00
Aric Stewart
101991255b
wininet: Print better stubs for the internet options IE7 uses.
2009-02-12 11:52:47 +01:00
David Adam
ff4a3f3d26
d3dx9_36: Remove a duplicate declaration for D3DXGetFVFVertexSize.
2009-02-12 11:52:39 +01:00
Michael Stefaniuc
7d2b787783
imm32: Make space for a 64bit pointer in the IMM window.
2009-02-12 11:52:31 +01:00
David Adam
ca469499bb
d3dx9_36: Implement D3DXGetFVFVertexSize.
2009-02-11 15:56:02 +01:00
David Adam
e5425fc17b
d3dx9_36: Implement D3DXComputeBoundingSphere.
2009-02-11 15:56:02 +01:00
David Adam
00d14355db
d3dx9_36: Implement D3DXComputeBoundingBox.
2009-02-11 15:56:02 +01:00
Jacek Caban
2e29c7d516
activscp.idl: Added IActiveScriptParseProcedure*64 interfaces and use it on Win64.
2009-02-10 12:31:25 +01:00
Ricardo Filipe
d904d1359a
include: Fix commdlg hook procedures return type.
2009-02-09 17:17:09 +01:00
Paul Vriens
f803e9d316
fusion/tests: Skip tests on .NET 1.1.
2009-02-09 14:37:23 +01:00
Alexandre Julliard
6ae7b1f3e0
include: Moved VWIN32 ioctl definitions out of winioctl.h.
2009-02-09 13:05:12 +01:00
Alexandre Julliard
8bb21b710e
include: Undefine a few Unicode macros that conflict with interface functions.
2009-02-09 13:03:09 +01:00
Michael Stefaniuc
2caf7b8669
include: Change two DWORD to DWORD_PTR in vfw.h to match the DDK.
2009-02-09 12:06:23 +01:00
David Adam
f1bb04ff8a
d3dx8: Implement D3DXComputeBoundingBox.
2009-02-06 14:54:02 +01:00
David Adam
0ccc431a94
d3dx8: Implement D3DXComputeBoundingSphere.
2009-02-06 14:54:02 +01:00
Alexandre Julliard
fb04bcf638
Fix position of CDECL qualifier for functions that return pointers.
2009-02-06 14:54:01 +01:00
Aric Stewart
1adb1d8aea
msctf: Define ITfContextOwnerCompositionSink. This is implemented by a tsf aware application.
2009-02-06 14:50:26 +01:00
Aric Stewart
67d00e3ee6
msctf: When a Context is created connect to the ITextStoreACP if provided and create and advise our ITextStoreACPSink.
2009-02-06 14:50:26 +01:00
Aric Stewart
5e7493d51c
msctf: Define ITextStoreACP.
2009-02-06 14:50:26 +01:00
Aric Stewart
44148fe99a
msctf: Add stub ITextStoreACPSink.
2009-02-06 14:50:26 +01:00
Aric Stewart
17666004c8
msctf: Add sink framework and implement ITfTextEditSink in Context.
2009-02-05 14:35:43 +01:00
Michael Stefaniuc
15229de500
include: Change some DWORD to DWORD_PTR in msacmdrv.h.
...
The changes are for Win64 compatibility and match the DDK.
2009-02-05 13:15:28 +01:00
Michael Stefaniuc
01af587568
include: Remove struct PORTALLOC from mmddk.h.
...
It doesn't exist in the DDK nor is it used in Wine.
2009-02-05 13:15:24 +01:00
Michael Stefaniuc
8aeacc5fb5
include: Change some DWORD to DWORD_PTR in msacm.h.
...
The change is for Win64 compatibility and it matches the DDK.
2009-02-05 13:15:21 +01:00
Aric Stewart
2fe3b64fb4
msctf: Stub implementation of ITfCategoryMgr.
2009-02-04 15:09:00 +01:00
Aric Stewart
6c842a86bb
msctf: Add stub implementation of ITfInputProcessorProfiles.
2009-02-04 15:06:33 +01:00
Alexandre Julliard
4e29ceeb77
include: Define LANGID in wtypes.idl.
2009-02-04 15:06:25 +01:00
Michael Stefaniuc
3415f7788c
include: Change some DWORD to DWORD_PTR in mmddk.h.
...
This matches the DDK and removes 14 Win64 compile warnings.
2009-02-04 12:26:05 +01:00
Aric Stewart
8dc84666a6
advapi32: Add Security Label sids used by IE7.
2009-02-04 12:25:35 +01:00
David Adam
8716c62c6e
d3dx9_36: Implement D3DXIntersectTri.
2009-02-03 14:19:44 +01:00
David Adam
b8eb4cf861
d3dx8: Implement D3DXIntersectTri.
2009-02-03 14:17:04 +01:00
Aric Stewart
d09f4c0ab5
msctf: Add definition of ITfSource interface.
2009-02-03 13:26:18 +01:00
Aric Stewart
fd8c2a18cf
msctf: Implement ITfDocumentMgr::Push.
2009-02-03 13:24:10 +01:00
Aric Stewart
b712f39b66
msctf: Implement stub ITfContext.
2009-02-03 13:22:56 +01:00
Aric Stewart
d1cfbab47f
include: Add beginning textstor.idl.
2009-02-03 13:20:56 +01:00
Nikolay Sivov
8c096167d7
gdiplus: Add testing for ObjectBusy in some Graphics methods.
2009-02-03 12:48:46 +01:00
Nikolay Sivov
5bc54ed97e
gdiplus: Implemented GdipCreateBitmapFromHICON (with tests).
2009-02-03 12:48:07 +01:00
Alistair Leslie-Hughes
8b9ce14fa2
mshtml: Add missing coclass's.
2009-02-03 12:40:31 +01:00
Jacek Caban
0194b8f08c
jscript: Add IActiveScriptParse64 declaration and use it on Win64.
2009-02-03 12:39:23 +01:00
Alistair Leslie-Hughes
183bb795b6
mshtml: Add missing StyleSheet interfaces.
2009-02-02 15:48:26 +01:00
Aurimas Fischer
6319006368
include: Add GdipSetStringFormatFlags prototype.
2009-02-02 15:44:39 +01:00
Aric Stewart
fdbe3d1870
msctf: Add ITfDocumentMgr interface.
2009-02-02 15:21:45 +01:00
David Adam
f20ba24404
d3dx8: Implement D3DXFresnelTerm.
2009-02-02 15:21:44 +01:00
Austin English
ac0252db33
configure.ac: Check for icps_outhist struct.
2009-02-02 15:21:42 +01:00
Alexandre Julliard
f35ddbaf68
configure: Remove no longer needed check for -fshort-wchar.
2009-02-02 15:21:42 +01:00
Rob Shearman
d3085abc08
Change parameter type from size_t to SIZE_T for MIDL_user_allocate.
2009-02-02 11:55:21 +01:00
Austin English
68f2db299d
configure: Check for xinpgen struct.
2009-01-30 14:02:30 +01:00
Aric Stewart
70131341c7
mlang: Implementation of base functionality of IMultiLanguage2::ValidateCodePage and IMultiLanguage2::ValidateCodePageEx.
...
Does not handle automatically installing language packs.
With help from Dmitry Timoshkov.
2009-01-30 12:18:33 +01:00
Alexandre Julliard
f8313855e4
ntdll: Convert the DbgPrint* functions to use MS ABI varargs.
2009-01-28 19:38:19 +01:00
Alistair Leslie-Hughes
a1b4ee8866
mshtml: Add missing interfaces.
2009-01-28 14:15:05 +01:00
Aric Stewart
43db8477af
msctf: Add stub ITfThreadMgr interface.
2009-01-28 14:06:21 +01:00
Aric Stewart
b8416b9ccb
msctf: Add definition of CLSID_TF_ThreadMgr.
2009-01-28 14:02:26 +01:00
Ricardo Filipe
cb8297623a
pdh: Add stub for EdhEnumObjectItemsA/W.
2009-01-28 13:47:07 +01:00
Ricardo Filipe
141dcff441
ntdll: Add stub for RtlDecompressBuffer.
2009-01-28 13:46:15 +01:00
Juan Lang
4f7385e6bd
include: Add definitions for CryptFindCertificateKeyProvInfo.
2009-01-28 12:09:09 +01:00
Juan Lang
f2ee8242a2
include: Add PFX definitions.
2009-01-28 12:08:06 +01:00
Juan Lang
a53537d66d
include: Add a few definitions.
2009-01-28 12:07:56 +01:00
Alexandre Julliard
746948551a
services: Add stub implementation for SERVICE_CONFIG_FAILURE_ACTIONS in ChangeServiceConfig2W.
2009-01-27 11:27:45 +01:00
Ricardo Filipe
63a5cec8cd
ntdll: Add stub for RtlCompressBuffer.
2009-01-27 11:08:33 +01:00
Juan Lang
072b606588
include: Add missing type to union.
2009-01-27 11:04:14 +01:00
Andrey Turkin
b1df9d11b1
dwmapi: Add DwmEnableMMCSS stub.
2009-01-26 16:05:53 +01:00
Alexandre Julliard
58010a9750
include: Update the comments about the Wine exception macros.
2009-01-26 15:07:50 +01:00
Juan Lang
33d05e87b1
include: Add definition of OBJECT_NAME_INFORMATION.
2009-01-26 15:07:14 +01:00
Reece Dunn
7fcc9629f8
comctl32: Don't generate a fixme message for the TBSTYLE_EX_DOUBLEBUFFER extended style.
2009-01-26 14:30:41 +01:00
Ricardo Filipe
f4eb36531f
ntdll: Add stub for RtlGetCompressionWorkSpaceSize.
2009-01-26 14:29:51 +01:00
Rob Shearman
05063ece28
rpcrt4: Don't declare functions that aren't exported by rpcrt4.dll in include/rpcndr.h.
...
NdrRangeMarshall, NdrRangeBufferSize, NdrRangeFree and
NdrByteCountPointerMemorySize should be declared static in
ndr_marshall.c instead.
2009-01-23 16:13:53 +01:00
Hans Leidekker
0dd925b001
loadperf: Add stub implementations for InstallPerfDllA/W.
2009-01-23 13:40:32 +01:00
Austin English
337067a89d
iphlpapi: Include netinet/if_inarp.h for NetBSD.
2009-01-23 13:11:42 +01:00
Austin English
8b1959134e
iphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD.
2009-01-22 15:28:24 +01:00
Vincent Pelletier
2a0e659335
dinput: Fix macro definitions.
2009-01-22 12:04:21 +01:00
Alexandre Julliard
05a840dfc9
advapi32: Fix GetServiceDisplayNameW behavior to pass the tests.
2009-01-21 23:35:35 +01:00
Alexandre Julliard
c795150932
advapi32: Fix GetServiceKeyNameW behavior to pass the tests.
2009-01-21 23:32:29 +01:00
Austin English
94021a1f42
iphplapi: Include sys/protosw.h for Net/OpenBSD.
2009-01-21 13:23:43 +01:00
Nikolay Sivov
3406c9de33
aclui: Added stub dll.
2009-01-21 13:07:16 +01:00
Dylan Smith
6c4dda009e
richedit: Implemented ITextHost for windowed richedit controls.
2009-01-21 11:54:26 +01:00
Paul Vriens
78d75b7a5d
wintrust: Add some cdf parsing definitions.
2009-01-21 10:23:31 +01:00
Alexandre Julliard
b608a43df7
advapi32: Reimplemented QueryServiceConfig2W in services.exe.
2009-01-19 20:34:02 +01:00
Andrey Turkin
a06f568a2a
ole32: Add CoGetCallContext and CoSwitchCallContext implementations.
2009-01-19 14:44:32 +01:00
Paul Vriens
4a2e02d57d
wintrust: Add some CryptCATCDF stubs.
2009-01-19 14:19:45 +01:00
Alexandre Julliard
913e792b57
server: Store process/thread affinity as a 64-bit value.
2009-01-19 14:15:51 +01:00
Alexandre Julliard
7f1dc355ec
server: Generate padding in request structures from make_requests.
...
Add compile-time asserts to check that the structures have the expected layout.
2009-01-19 14:01:39 +01:00
Henri Verbeet
c9f116a56f
dxgi: Implement IDXGIDevice::CreateSurface().
2009-01-19 13:36:25 +01:00
Henri Verbeet
43f469ec6a
d3d10core: Implement device_parent_CreateSurface().
2009-01-19 13:36:25 +01:00
Nikolay Sivov
61808b1689
include/msiquery.h: Fix MSIMODIFY enum definition.
2009-01-19 13:36:24 +01:00
Henri Verbeet
a966293f59
wined3d: Add an IWineD3DDeviceParent interface.
...
Other than being a bit nicer than passing function pointers all over the
place, this helps dxgi/d3d10. While the swapchain itself is created in dxgi,
its surfaces are constructed in d3d10core, which makes it impractical for dxgi
to pass the appropriate function pointers.
2009-01-16 13:29:32 +01:00
Nikolay Sivov
e7a27694b9
advapi32: Added SaferCreateLevel stub.
2009-01-15 13:06:39 +01:00
Alexandre Julliard
0ffd26ab17
user32: Use the message_data_t union when receiving a message.
2009-01-15 12:50:59 +01:00
Andrey Turkin
aa8f008952
include: Add ctxtcall.idl file with IContextCallback interface definition.
2009-01-14 14:16:08 +01:00
Henri Verbeet
9440dfedf4
wined3d: Remove AddDirtyRect() from the public interface.
2009-01-14 13:51:00 +01:00
Henri Verbeet
fd90021666
wined3d: Remove AddDirtyBox() from the public interface.
...
This is an internal wined3d function.
2009-01-14 13:51:00 +01:00
Henri Verbeet
881780276b
wined3d: Remove CleanDirtyBox().
...
It's never used.
2009-01-14 13:51:00 +01:00
Alistair Leslie-Hughes
022ae89e0f
mshtml: Add missing IHTMLCurrentStyle interfaces.
2009-01-14 12:41:04 +01:00
Michael Stefaniuc
f516cab017
include: Change to LONG/ULONG in fdi.h for Win64 compatibility.
2009-01-14 12:21:20 +01:00
Michael Stefaniuc
602f42c25f
include: Change to LONG/ULONG in fci.h for Win64 compatibility.
2009-01-14 12:21:13 +01:00
Nikolay Sivov
2013cdc604
kernel32: Implemented GetErrorMode().
2009-01-13 16:39:45 +01:00
Andrey Turkin
2f2723893d
httpapi: Add HttpDeleteServiceConfiguration, HttpQueryServiceConfiguration and HttpSetServiceConfiguration stubs.
2009-01-13 16:17:02 +01:00
Andrey Turkin
3104f77e40
httpapi: Add HttpInitialize and HttpTerminate stubs.
2009-01-13 16:15:49 +01:00
Andrey Turkin
86635b3c48
loadperf: Add LoadPerfCounterTextStrings stubs.
2009-01-12 14:37:18 +01:00
Chris Wulff
a2a94a49bc
gdiplus: Partial implementation of GdipCreateHatchBrush.
2009-01-12 14:36:37 +01:00
Michael Stefaniuc
de97ce150c
include: Replace unsigned long with unsigned int in winerror.h.
2009-01-12 13:06:56 +01:00
Michael Stefaniuc
79f49804a4
include: Use LONG in vfw.h for Win64 compatibility.
2009-01-12 13:06:47 +01:00
Michael Stefaniuc
c171379f47
include: Use ULONG in rpcdcep.h for Win64 compatibility.
2009-01-12 13:06:44 +01:00
Alexandre Julliard
de375d7335
comctl32: Fix the COMBOBOXEXITEM structure and the treeview handles for Win64.
2009-01-10 21:05:17 +01:00
Michael Stefaniuc
ad2dfca6ab
include: Change from long to LONG in the remaining DirectMusic headers.
2009-01-10 17:43:11 +01:00
Michael Stefaniuc
ca91850a30
include: Use LONG instead of long in dmusics.h for Win64 compatibility.
2009-01-10 17:43:11 +01:00
Michael Stefaniuc
3e948a8384
include: Change to LONG/ULONG in xcmc.h for Win64 compatibility.
2009-01-10 17:43:11 +01:00
Michael Stefaniuc
3d5de18889
include: Change to ULONG in dmerror.h for Win64 compatibility.
2009-01-10 17:43:11 +01:00
Michael Stefaniuc
7488d8863f
include: Use LONG instead of long in msacmdrv.h.
2009-01-10 17:43:10 +01:00
Michael Stefaniuc
9e296ead7e
include: Use LONG instead of long in dmusici.h for Win64 compatibility.
2009-01-10 17:43:10 +01:00
Michael Stefaniuc
4bfb33ec73
include: Change MUSIC_TIME from long to LONG for Win64 compatibility.
...
Fix also 192 printf format warnings produced by this change.
2009-01-10 17:43:10 +01:00
Alexandre Julliard
ec1b28edb0
include: Fix a number of mmsystem.h structure for Win64.
2009-01-09 18:08:29 +01:00
Alexandre Julliard
10b089abc8
include: Fix packing of the msacm structures.
2009-01-09 17:46:36 +01:00
Alexandre Julliard
2e0a7252e1
include: Fix packing of the STRRET structure.
2009-01-09 17:46:24 +01:00
Stefan Dösinger
a69c86d3f5
ddrawex: Add a test for the permanent DC function.
2009-01-09 16:26:06 +01:00
Alexandre Julliard
a2cf243776
include: Fix packing of the setupapi structures.
2009-01-09 14:06:14 +01:00
Henri Verbeet
6791e6b752
wined3d: Simplify handling of swizzled attributes.
...
This should also be a little bit faster.
2009-01-08 13:21:43 +01:00
Henri Verbeet
cc447eac55
wined3d: Move position_transformed out of u.s in struct WineDirect3DVertexStridedData.
2009-01-08 13:21:31 +01:00
Andrey Turkin
0eebcf57c3
loadperf: Add UnloadPerfCounterTextStrings stubs.
2009-01-07 12:49:06 +01:00
Alexandre Julliard
3ad7f77298
include/msvcrt: Replace va_list by __ms_va_list for x86_64.
2009-01-07 11:10:26 +01:00
Alexandre Julliard
a3a02d430a
include: Document offsets in the x86_64 context structure.
2009-01-06 17:01:15 +01:00
Henri Verbeet
a8697d90e4
wined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum elements.
...
Saves some space by not having unused entries is the arrays tracking these
states.
2009-01-06 12:45:43 +01:00
Michael Stefaniuc
ba01d15b1f
include: Change mapi.h to use ULONG for Win64 compatibility.
2009-01-06 12:44:17 +01:00
Michael Stefaniuc
54b6a42a0a
include: Change twain.h to use LONG/ULONG for Win64 compatibility.
...
Also fix the compiler warnings introduced by this change.
2009-01-06 12:44:12 +01:00
Michael Stefaniuc
9896cb4ea6
include: Change mapix.h to use ULONG for Win64 compatibility.
2009-01-06 12:44:08 +01:00
Michael Stefaniuc
230fb06d2e
include: Change the rest of sspi.h to use LONG/ULONG for Win64 compatibility.
2009-01-06 12:44:04 +01:00
Michael Stefaniuc
57ab0cd9a6
include: sspi.h: Use the Win types as per MSDN.
...
This improves the Win64 compatibility.
2009-01-06 12:43:46 +01:00
Michael Stefaniuc
92892873be
include: Use ULONG instead of unsigned long in ipexport.h.
...
Fix also the compiler warnings introduced by this change.
2009-01-06 12:43:28 +01:00
Alexandre Julliard
b45cfc123e
setupapi: Implemented SetupEnumInfSectionsA/W.
2009-01-05 20:26:50 +01:00
Alexandre Julliard
fec03d2bcc
include: Fix 64-bit sign extension in the MAKEWPARAM/LPARAM macros.
2009-01-05 16:08:17 +01:00
Alexandre Julliard
b11507ebca
include: Fix the PROCESS_MEMORY_COUNTERS structure definition for Win64.
2009-01-05 15:44:53 +01:00
Andrey Turkin
a54c0de2a4
include: Add more definitions to winuser.rh.
2009-01-05 15:08:00 +01:00
Henri Verbeet
e8ba733706
wined3d: Remove unused enum elements from WINED3DTEXTURESTAGESTATETYPE.
2009-01-05 12:41:31 +01:00
Henri Verbeet
df89eec03c
d3d9: Remove d3d8 enum elements from D3DTEXTURESTAGESTATETYPE.
2009-01-05 12:41:24 +01:00
Michael Stefaniuc
2f746dd504
include: Change long to LONG in olectl.h for Win64 compatibility.
2009-01-05 12:34:16 +01:00
Michael Stefaniuc
6bd893a960
msi: Change MSIHANDLE to ULONG for Win64 compatibility.
...
Also fix the compiler warnings produced by this change.
2009-01-05 12:34:12 +01:00
Alistair Leslie-Hughes
aece72e311
mshtml: Add missing IHTMLStyle interfaces.
2009-01-04 14:59:54 +01:00
Alexandre Julliard
fcd2ff9703
include: Fix the msvcrt time_t definition on 64-bit.
2009-01-04 14:47:58 +01:00
Alexandre Julliard
03f9519711
include: Fix the PROCESSENTRY32 structure on 64-bit.
2009-01-04 14:47:58 +01:00
Alexandre Julliard
935a406b27
include: Fix data structures for processor affinity on 64-bit.
2009-01-04 14:47:24 +01:00
Michael Stefaniuc
c0827c7a67
include: Change RPC_LENGTH to ULONG for Win64 compatibility.
2009-01-04 13:35:03 +01:00
Michael Stefaniuc
3d94f5efc2
include: Change long to LONG in d3dtypes.h for Win64 compatibility.
2009-01-04 13:35:00 +01:00
Michael Stefaniuc
82d8fc3f1e
include: Use LONG instead of long in richedit.h.
2009-01-04 13:34:57 +01:00
Michael Stefaniuc
4c7a6694cd
include: Change unsigned long to ULONG in rpcdce.h for Win64 compatibility.
...
Also fix the compiler warnings introduced by this change.
2009-01-04 13:34:51 +01:00
Michael Stefaniuc
e86eb8efa6
include: Change RPC_STATUS from long to LONG for Win64 compatibility.
...
Also fix the compiler warnings introduced by this change.
2009-01-04 13:34:38 +01:00
Alexandre Julliard
558732ef09
msvcrt: Add missing __cdecl on some function pointers.
2009-01-03 18:43:00 +01:00
Stefan Dösinger
9a080691c6
include: Fix the EnumOverlayZOrders prototype.
2009-01-03 15:27:47 +01:00
Stefan Dösinger
6bdaaa74f3
include: Fix a IDirectDrawSurface4 method prototype.
2009-01-03 15:27:39 +01:00
Stefan Dösinger
c2e5752ac6
include: Fix a typo in ddraw.h.
2009-01-03 15:27:21 +01:00
Alexandre Julliard
6a548b1e9d
ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit.
2009-01-03 14:55:32 +01:00
Henri Verbeet
d359a7813f
d3d: Fix the value of D3DFVF_POSITION_MASK.
2009-01-03 14:55:31 +01:00
Alexandre Julliard
9f365e7705
server: Replace EXCEPTION_RECORD by an explicit definition in debug events.
2009-01-02 20:12:46 +01:00
Alexandre Julliard
bc03f0ee39
server: Simplify the debug_event_t structure.
2009-01-02 20:09:25 +01:00
Alexandre Julliard
14da6fa834
Update copyright info for 2009.
2009-01-02 16:50:54 +01:00
Rob Shearman
76b805dad4
comctl32: Add names for now documented toolbar messages.
2009-01-02 14:27:43 +01:00
Alexandre Julliard
3b22148532
include: Fix a couple of winsock structures for 64-bit.
2009-01-02 12:20:33 +01:00
Alexandre Julliard
253ccfbb99
include: Don't pack shellapi.h on 64-bit.
2009-01-02 12:20:20 +01:00
Michael Karcher
a20023ecef
include: Add a missing [unique] to shobjidl.idl.
2009-01-02 12:20:05 +01:00
Michael Karcher
7290dafc46
include: Fix out string type from LPCSTR to LPSTR in shobjidl.idl.
2009-01-02 12:18:56 +01:00
Michael Karcher
a9abbf9012
include: Add missing local attributes to shobjidl.idl.
2009-01-02 12:18:50 +01:00
Alexandre Julliard
5f36d0239f
kernel32: Convert FormatMessageA/W to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:51 +01:00
Alexandre Julliard
b9f0ee96fb
shlwapi: Convert wvnsprintfA/W to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:38 +01:00
Alexandre Julliard
fb7acdcb28
user32: Convert wvsprintfA/W to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:33 +01:00
Alexandre Julliard
8c8c665a3c
server: Reorganize some requests to avoid padding, and make remaining padding explicit.
2008-12-31 15:14:29 +01:00
Alexandre Julliard
0c914e475d
server: Make atom_t an unsigned int to avoid padding issues.
2008-12-31 15:09:59 +01:00
Alexandre Julliard
fa8643805b
server: Make TEB and PEB client_ptr_t instead of void pointers.
2008-12-31 15:09:59 +01:00
Alexandre Julliard
c6c335d70e
server: Make thread entry points client_ptr_t instead of void pointers.
2008-12-31 15:09:59 +01:00
Alexandre Julliard
2cf868c0be
server: Move ldt_copy to the init_process_done request and make it a client_ptr_t.
2008-12-31 15:09:59 +01:00
Byeongsik Jeon
3807ca733d
winex11.drv: Add the basic antialias type decision code.
2008-12-31 14:07:18 +01:00
Jacek Caban
2b3c8ad501
mshtml.idl: Added HTMLStyle coclass declaration.
2008-12-31 12:27:52 +01:00
Alexandre Julliard
6db201080f
server: Make the various async I/O parameters client_ptr_t instead of void pointers.
2008-12-30 21:09:41 +01:00
Alexandre Julliard
f507ccbf52
server: Specify the user APC to call only once the system APC has executed.
2008-12-30 20:51:55 +01:00
Alexandre Julliard
7ec95c5bee
server: Explicitly specify when an ioctl call needs to be blocking.
2008-12-30 20:37:20 +01:00
Alexandre Julliard
f69e62207b
server: Make the arguments for CreateRemoteThread client_ptr_t instead of void pointers.
2008-12-30 15:30:11 +01:00
Alexandre Julliard
c86ec6445c
server: Make a couple of fields smaller in the apc_call_t/apc_result_t structures.
2008-12-30 15:22:45 +01:00
Alexandre Julliard
7560a89022
server: Make padding explicit in the wake_up_reply structure.
2008-12-30 15:15:06 +01:00
Alexandre Julliard
838803ce24
server: Make the address parameters in inter-process virtual memory calls client_ptr_t.
...
Add explicit padding fields in the corresponding structures.
2008-12-30 15:05:38 +01:00
Alexandre Julliard
d066a9a01a
server: Make the mapping base address a client_ptr_t instead of a void pointer.
2008-12-30 14:18:21 +01:00
Alexandre Julliard
8e9c156e14
server: Make the address argument for read/write_process_memory a client_ptr_t.
2008-12-30 14:11:58 +01:00
Alexandre Julliard
4261476d13
server: Make the message callback function a client_ptr_t instead of a void pointer.
2008-12-30 14:02:07 +01:00
Andrew Nguyen
d46ffb4b6f
cfgmgr32: Forward and stub CM_Create_DevNodeA/W.
2008-12-30 11:37:34 +01:00
Alexandre Julliard
9b92a59115
server: Make timer callback function and argument client_ptr_t instead of void pointers.
2008-12-29 17:43:01 +01:00
Alexandre Julliard
cc55fd317a
server: Make hook procedures client_ptr_t instead of void pointers.
2008-12-29 17:35:35 +01:00
Alexandre Julliard
923310aa54
server: Make the device opaque data a client_ptr_t instead of a void pointer.
2008-12-29 17:28:40 +01:00
Alexandre Julliard
0cd3ff6cbe
server: Make the class opaque data a client_ptr_t instead of a void pointer.
2008-12-29 17:24:39 +01:00
Alexandre Julliard
45c991937a
server: Make the select cookie a client_ptr_t instead of a void pointer.
2008-12-29 17:21:32 +01:00
Alexandre Julliard
93737d5575
server: Store debugging output strings as client_ptr_t instead of void pointers.
2008-12-29 17:16:46 +01:00