wine
15 years agowidl: Generate header files from the parse tree instead of using hooks in the parser.
Rob Shearman [Mon, 29 Dec 2008 12:06:35 +0000 (12:06 +0000)] 
widl: Generate header files from the parse tree instead of using hooks in the parser.

15 years agowidl: Write the local stubs file based on the parsed list of statements, rather than...
Rob Shearman [Mon, 29 Dec 2008 12:06:24 +0000 (12:06 +0000)] 
widl: Write the local stubs file based on the parsed list of statements, rather than using hooks in the parser code.

15 years agowidl: Write the generated file containing IID, DIID, CLSID and LIBID data based on...
Rob Shearman [Mon, 29 Dec 2008 12:06:12 +0000 (12:06 +0000)] 
widl: Write the generated file containing IID, DIID, CLSID and LIBID data based on the parsed list of statements instead of using hooks in the parser code.

15 years agowidl: Write the typelib based on the statement list generated in the typelib_t object...
Rob Shearman [Mon, 29 Dec 2008 12:06:06 +0000 (12:06 +0000)] 
widl: Write the typelib based on the statement list generated in the typelib_t object instead of using hooks in the parser code.

15 years agowidl: Create a separate type_t object for each structure declaration or defintion.
Rob Shearman [Mon, 29 Dec 2008 12:05:53 +0000 (12:05 +0000)] 
widl: Create a separate type_t object for each structure declaration or defintion.

Set the details of the structure to the previously defined version if
available, or add it to a list of incomplete types otherwise. Only set
the defined flag when the structure is actually defined in the IDL
file so that the type is written out in the exact order that it is
mentioned in the file.

15 years agowidl: Don't create a temporary variable in the t_ident rule.
Rob Shearman [Mon, 29 Dec 2008 12:05:41 +0000 (12:05 +0000)] 
widl: Don't create a temporary variable in the t_ident rule.

The identifier doesn't have any properties of a variable and we only
use it for holding the name before it is freed.

Use get_type instead of get_typev in the type_new_* functions and get
rid of get_typev.

15 years agowidl: Store the type-specific information in a union in the type_t structure.
Rob Shearman [Mon, 29 Dec 2008 12:05:35 +0000 (12:05 +0000)] 
widl: Store the type-specific information in a union in the type_t structure.

Use pointers for the information for structures, enumerations,
functions and interfaces so that we can determine whether or not the
type has been defined yet and to enable more information to be stored.

15 years agowidl: Hide the details of where arguments, fields, values and cases are stored in...
Rob Shearman [Mon, 29 Dec 2008 12:05:27 +0000 (12:05 +0000)] 
widl: Hide the details of where arguments, fields, values and cases are stored in the type_t structure for functions, structures, enums and unions.

15 years agowidl: Follow aliases in check_remoting_fields so that the fields for the type are...
Rob Shearman [Mon, 29 Dec 2008 12:05:19 +0000 (12:05 +0000)] 
widl: Follow aliases in check_remoting_fields so that the fields for the type are correctly enumerated.

15 years agoinclude: Include winuser.h from generated oleidl.h header.
Rob Shearman [Mon, 29 Dec 2008 12:05:12 +0000 (12:05 +0000)] 
include: Include winuser.h from generated oleidl.h header.

oleidl.h isn't usable without winuser.h being included first due to
using the LPMSG type, so explicitly include it by adding a cpp_quote
statement to oleidl.idl. In the PSDK it is implicitly included as
IDL-generated header includes windows.h, which in turn includes
winuser.h.

15 years agoquartz: Fix some traces and fixmes.
Christian Costa [Mon, 29 Dec 2008 11:00:10 +0000 (12:00 +0100)] 
quartz: Fix some traces and fixmes.

15 years agontdll: Make sure we don't return from a stub exception.
Alexandre Julliard [Mon, 29 Dec 2008 11:43:59 +0000 (12:43 +0100)] 
ntdll: Make sure we don't return from a stub exception.

15 years agouser32: Implementation the SPI_{GET|SET}FONTSMOOTHING* actions.
Byeongsik Jeon [Sat, 27 Dec 2008 08:56:49 +0000 (17:56 +0900)] 
user32: Implementation the SPI_{GET|SET}FONTSMOOTHING* actions.

15 years agogdi32: Restore the trimmed bitmap image by FT_Render_Glyph().
Byeongsik Jeon [Sat, 27 Dec 2008 08:56:32 +0000 (17:56 +0900)] 
gdi32: Restore the trimmed bitmap image by FT_Render_Glyph().

15 years agowined3d: D3DRS_POINTSIZE_MIN is initially 0.0f for d3d8.
Henri Verbeet [Mon, 29 Dec 2008 08:14:29 +0000 (09:14 +0100)] 
wined3d: D3DRS_POINTSIZE_MIN is initially 0.0f for d3d8.

15 years agod3d9: Use a HAL device for the stateblock tests.
Henri Verbeet [Mon, 29 Dec 2008 08:14:29 +0000 (09:14 +0100)] 
d3d9: Use a HAL device for the stateblock tests.

15 years agowined3d: The initial value for D3DRS_POINTSIZE_MAX depends on the pointsize limit.
Henri Verbeet [Mon, 29 Dec 2008 08:14:29 +0000 (09:14 +0100)] 
wined3d: The initial value for D3DRS_POINTSIZE_MAX depends on the pointsize limit.

15 years agod3d: Make sure the device is properly released when exiting the tests.
Henri Verbeet [Mon, 29 Dec 2008 08:14:29 +0000 (09:14 +0100)] 
d3d: Make sure the device is properly released when exiting the tests.

15 years agod3d9: Release the vertex declaration once we're done with it.
Henri Verbeet [Mon, 29 Dec 2008 08:14:28 +0000 (09:14 +0100)] 
d3d9: Release the vertex declaration once we're done with it.

15 years agowinmm: Don't crash on PlaySound(... SND_ALIAS_ID).
Dan Kegel [Mon, 29 Dec 2008 00:02:29 +0000 (16:02 -0800)] 
winmm: Don't crash on PlaySound(... SND_ALIAS_ID).

15 years agoxinput: Added stub for XInputEnable.
Andrew Fenn [Sun, 28 Dec 2008 18:01:24 +0000 (01:01 +0700)] 
xinput: Added stub for XInputEnable.

15 years agoxinput: Added prototypes to header file.
Andrew Fenn [Sun, 28 Dec 2008 17:50:13 +0000 (00:50 +0700)] 
xinput: Added prototypes to header file.

15 years agokernel32/tests: Use shared Windows directory on TS to find regedit.exe.
Ge van Geldorp [Sun, 28 Dec 2008 16:26:41 +0000 (17:26 +0100)] 
kernel32/tests: Use shared Windows directory on TS to find regedit.exe.

15 years agod3d9: Use the correct size for D3DFVF_XYZW.
Chris Robinson [Sun, 28 Dec 2008 17:57:13 +0000 (09:57 -0800)] 
d3d9: Use the correct size for D3DFVF_XYZW.

15 years agowinecfg: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 29 Dec 2008 00:59:24 +0000 (09:59 +0900)] 
winecfg: Updated Korean resource.

15 years agosecur32: Implement schannel DecryptMessage().
Henri Verbeet [Sun, 28 Dec 2008 21:21:36 +0000 (22:21 +0100)] 
secur32: Implement schannel DecryptMessage().

15 years agosecur32: Implement schannel EncryptMessage().
Henri Verbeet [Sun, 28 Dec 2008 21:21:35 +0000 (22:21 +0100)] 
secur32: Implement schannel EncryptMessage().

15 years agosecur32: Handle SECPKG_ATTR_STREAM_SIZES in schan_QueryContextAttributesW().
Henri Verbeet [Sun, 28 Dec 2008 21:21:35 +0000 (22:21 +0100)] 
secur32: Handle SECPKG_ATTR_STREAM_SIZES in schan_QueryContextAttributesW().

15 years agosecur32: Add stubs for schannel QueryContextAttributesA() and QueryContextAttributesW().
Henri Verbeet [Sun, 28 Dec 2008 21:21:35 +0000 (22:21 +0100)] 
secur32: Add stubs for schannel QueryContextAttributesA() and QueryContextAttributesW().

15 years agosecur32: Dump the buffer descs in schan_InitializeSecurityContextW().
Henri Verbeet [Sun, 28 Dec 2008 21:21:35 +0000 (22:21 +0100)] 
secur32: Dump the buffer descs in schan_InitializeSecurityContextW().

15 years agosecur32: Try an EMPTY buffer if we can't find one of type TOKEN.
Henri Verbeet [Sun, 28 Dec 2008 21:21:35 +0000 (22:21 +0100)] 
secur32: Try an EMPTY buffer if we can't find one of type TOKEN.

15 years agodxdiagn: Add dxdiagn.dll to DxDiag_DirectXFiles container. Create fake dll for it...
Vitaliy Margolen [Sun, 28 Dec 2008 20:42:09 +0000 (13:42 -0700)] 
dxdiagn: Add dxdiagn.dll to DxDiag_DirectXFiles container. Create fake dll for it as well.

15 years agodxdiagn: Fix DxDiag_DirectXFiles container to have child sub containers.
Vitaliy Margolen [Sun, 28 Dec 2008 20:42:00 +0000 (13:42 -0700)] 
dxdiagn: Fix DxDiag_DirectXFiles container to have child sub containers.

15 years agodinput: Fix remaining formatting of the find_joydevs().
Vitaliy Margolen [Sun, 28 Dec 2008 20:41:08 +0000 (13:41 -0700)] 
dinput: Fix remaining formatting of the find_joydevs().

15 years agodinput: Fix usage of HeapReAlloc.
Vitaliy Margolen [Sun, 28 Dec 2008 20:40:47 +0000 (13:40 -0700)] 
dinput: Fix usage of HeapReAlloc.

15 years agontoskrnl.exe: Add stub for PsSetCreateThreadNotifyRoutine.
Christian Costa [Sun, 28 Dec 2008 13:31:51 +0000 (14:31 +0100)] 
ntoskrnl.exe: Add stub for PsSetCreateThreadNotifyRoutine.

15 years agontoskrnl.exe: Fix some FIXMEs.
Christian Costa [Sun, 28 Dec 2008 11:56:29 +0000 (12:56 +0100)] 
ntoskrnl.exe: Fix some FIXMEs.

15 years agontoskrnl.exe: Add stub for KeInitializeEvent.
Christian Costa [Sun, 28 Dec 2008 11:55:00 +0000 (12:55 +0100)] 
ntoskrnl.exe: Add stub for KeInitializeEvent.

15 years agod3dxof: Template names are case insensitive.
Christian Costa [Sun, 28 Dec 2008 10:27:29 +0000 (11:27 +0100)] 
d3dxof: Template names are case insensitive.

15 years agowinhttp: Fix a missing include for OpenBSD.
Austin English [Mon, 29 Dec 2008 03:00:24 +0000 (21:00 -0600)] 
winhttp: Fix a missing include for OpenBSD.

15 years agoconfigure: Fix libpng detection on OpenBSD.
Austin English [Mon, 29 Dec 2008 01:10:19 +0000 (19:10 -0600)] 
configure: Fix libpng detection on OpenBSD.

15 years agoconfigure: Fix sysctl.h check for OpenBSD.
Austin English [Sat, 27 Dec 2008 20:53:53 +0000 (14:53 -0600)] 
configure: Fix sysctl.h check for OpenBSD.

15 years agoAssorted spelling fixes.
Francois Gouget [Sun, 28 Dec 2008 09:34:07 +0000 (10:34 +0100)] 
Assorted spelling fixes.

15 years agoconfigure: Fix the linux/ipx.h check.
Francois Gouget [Sun, 28 Dec 2008 09:35:02 +0000 (10:35 +0100)] 
configure: Fix the linux/ipx.h check.

15 years agobrowseui/tests: Make some functions static.
Francois Gouget [Sun, 28 Dec 2008 09:37:40 +0000 (10:37 +0100)] 
browseui/tests: Make some functions static.

15 years agowinedbg: Remove an unused debug channel (winedbg).
Francois Gouget [Sun, 28 Dec 2008 09:37:28 +0000 (10:37 +0100)] 
winedbg: Remove an unused debug channel (winedbg).

15 years agowinecoreaudio.drv: Remove an unused debug channel (midi).
Francois Gouget [Sun, 28 Dec 2008 09:37:20 +0000 (10:37 +0100)] 
winecoreaudio.drv: Remove an unused debug channel (midi).

15 years agoadvapi32/tests: Add a trailing '\n' to ok() calls.
Francois Gouget [Sun, 28 Dec 2008 09:37:09 +0000 (10:37 +0100)] 
advapi32/tests: Add a trailing '\n' to ok() calls.

15 years agownaspi32: Add a trailing '\n' to a Wine trace.
Francois Gouget [Sun, 28 Dec 2008 09:36:55 +0000 (10:36 +0100)] 
wnaspi32: Add a trailing '\n' to a Wine trace.

15 years agoshell32/tests: Add a trailing '\n' to ok() calls.
Francois Gouget [Sun, 28 Dec 2008 09:36:46 +0000 (10:36 +0100)] 
shell32/tests: Add a trailing '\n' to ok() calls.

15 years agokernel32: Fix a comment in LocalInit16().
Francois Gouget [Sun, 28 Dec 2008 09:36:37 +0000 (10:36 +0100)] 
kernel32: Fix a comment in LocalInit16().

15 years agowined3d: Detect intel 945 GM.
Vincent Pelletier [Sat, 27 Dec 2008 22:51:47 +0000 (23:51 +0100)] 
wined3d: Detect intel 945 GM.

15 years agooleacc: Add stub for AccessibleObjectFromPoint.
Ricardo Filipe [Fri, 26 Dec 2008 19:41:48 +0000 (19:41 +0000)] 
oleacc: Add stub for AccessibleObjectFromPoint.

15 years agooleacc: Fix LresultFromObject return type.
Ricardo Filipe [Fri, 26 Dec 2008 19:37:17 +0000 (19:37 +0000)] 
oleacc: Fix LresultFromObject return type.

15 years agowpp: Add missing #include <ctype.h>.
Gerald Pfeifer [Sat, 27 Dec 2008 08:14:20 +0000 (09:14 +0100)] 
wpp: Add missing #include <ctype.h>.

15 years agocomctl32: Simplify NATIVEFONT_Create.
Gerald Pfeifer [Sat, 27 Dec 2008 07:57:44 +0000 (08:57 +0100)] 
comctl32: Simplify NATIVEFONT_Create.

15 years agocomctl32: Simplify COMBOEX_Command.
Gerald Pfeifer [Sat, 27 Dec 2008 07:55:50 +0000 (08:55 +0100)] 
comctl32: Simplify COMBOEX_Command.

15 years agocomctl32: Simplify DATETIME_Char.
Gerald Pfeifer [Sat, 27 Dec 2008 07:51:39 +0000 (08:51 +0100)] 
comctl32: Simplify DATETIME_Char.

15 years agocomctl32: Shed off some unused parameters.
Gerald Pfeifer [Sat, 27 Dec 2008 07:42:50 +0000 (08:42 +0100)] 
comctl32: Shed off some unused parameters.

15 years agogdiplus: Stub for GdipRotateLineTransform.
Nikolay Sivov [Sat, 27 Dec 2008 18:39:57 +0000 (21:39 +0300)] 
gdiplus: Stub for GdipRotateLineTransform.

15 years agogdiplus: Stub for GdipScalePenTransform.
Nikolay Sivov [Sat, 27 Dec 2008 18:35:40 +0000 (21:35 +0300)] 
gdiplus: Stub for GdipScalePenTransform.

15 years agogdiplus: Stub for GdipResetPenTransform.
Nikolay Sivov [Sat, 27 Dec 2008 18:33:21 +0000 (21:33 +0300)] 
gdiplus: Stub for GdipResetPenTransform.

15 years agodinput: Replace perror with more appropriate ERR and WARN.
Vitaliy Margolen [Sat, 27 Dec 2008 18:23:15 +0000 (11:23 -0700)] 
dinput: Replace perror with more appropriate ERR and WARN.

15 years agodinput: Warn if failed to open device.
Vitaliy Margolen [Sat, 27 Dec 2008 18:23:13 +0000 (11:23 -0700)] 
dinput: Warn if failed to open device.

15 years agodinput: snprintf zero-terminates string no need to do it explicitly.
Vitaliy Margolen [Sat, 27 Dec 2008 18:23:11 +0000 (11:23 -0700)] 
dinput: snprintf zero-terminates string no need to do it explicitly.

15 years agodinput: Make find_joydevs re-entrant.
Vitaliy Margolen [Sat, 27 Dec 2008 18:23:08 +0000 (11:23 -0700)] 
dinput: Make find_joydevs re-entrant.

15 years agowidl: Structures and arrays with pointers should be complex when generating code...
Rob Shearman [Sat, 27 Dec 2008 17:35:50 +0000 (17:35 +0000)] 
widl: Structures and arrays with pointers should be complex when generating code for 64-bit platforms.

The non-complex variants depend on the wire size of the
structure/array matching the buffer size, but this no longer applies
when pointers are 8 bytes instead of 4.

15 years agomshtml: Check for the container's doc being NULL in nsTooltipListener_OnShowTooltip...
Rob Shearman [Sat, 27 Dec 2008 17:28:42 +0000 (17:28 +0000)] 
mshtml: Check for the container's doc being NULL in nsTooltipListener_OnShowTooltip and nsTooltipListener_OnHideTooltip.

They could be called after NSContainer_Release is called.

15 years agowinemenubuilder: Improve icon generation.
Damjan Jovanovic [Sat, 27 Dec 2008 12:37:48 +0000 (14:37 +0200)] 
winemenubuilder: Improve icon generation.

15 years agocomdlg32: Use [G|S]etPropW instead of [G|S]etPropA.
Huw Davies [Sat, 27 Dec 2008 12:21:19 +0000 (12:21 +0000)] 
comdlg32: Use [G|S]etPropW instead of [G|S]etPropA.

15 years agod3dxof: Initialize object member names correctly.
Christian Costa [Sat, 27 Dec 2008 11:01:00 +0000 (12:01 +0100)] 
d3dxof: Initialize object member names correctly.

15 years agorichedit: Prevented a dereference of a freed pointer.
Dylan Smith [Sat, 27 Dec 2008 05:06:40 +0000 (00:06 -0500)] 
richedit: Prevented a dereference of a freed pointer.

On WM_DESTROY the editor was getting freed, then it was used to obtain
a handle to the editor.  This patch moves it just before the editor is
freed within ME_DestroyEditor.

15 years agontdll: Fix memory corruption in RtlSetBits.
Aleksey Bragin [Fri, 26 Dec 2008 20:52:25 +0000 (23:52 +0300)] 
ntdll: Fix memory corruption in RtlSetBits.

15 years agolibport: Check for ENOTSUP being defined before using it.
Alexandre Julliard [Sat, 27 Dec 2008 19:06:28 +0000 (20:06 +0100)] 
libport: Check for ENOTSUP being defined before using it.

15 years agontdll: Add support for relay debugging on x86_64.
Alexandre Julliard [Sat, 27 Dec 2008 19:03:25 +0000 (20:03 +0100)] 
ntdll: Add support for relay debugging on x86_64.

15 years agontdll: Make the relay debug code more generic to allow supporting 64-bit platforms.
Alexandre Julliard [Sat, 27 Dec 2008 19:02:34 +0000 (20:02 +0100)] 
ntdll: Make the relay debug code more generic to allow supporting 64-bit platforms.

15 years agowinebuild: Generate relay debugging thunks for x86_64.
Alexandre Julliard [Sat, 27 Dec 2008 18:59:55 +0000 (19:59 +0100)] 
winebuild: Generate relay debugging thunks for x86_64.

15 years agowinebuild: Fix delay load code to preserve stack alignment and save the correct regis...
Alexandre Julliard [Sat, 27 Dec 2008 18:58:42 +0000 (19:58 +0100)] 
winebuild: Fix delay load code to preserve stack alignment and save the correct registers.

15 years agowinebuild: Generate the __wine_call_from_32_regs function along with the 16-bit kerne...
Alexandre Julliard [Sat, 27 Dec 2008 18:50:25 +0000 (19:50 +0100)] 
winebuild: Generate the __wine_call_from_32_regs function along with the 16-bit kernel routines.

15 years agoinclude: Move the DEFINE_REGS_ENTRYPOINT macros to the dlls that use it.
Alexandre Julliard [Sat, 27 Dec 2008 18:47:46 +0000 (19:47 +0100)] 
include: Move the DEFINE_REGS_ENTRYPOINT macros to the dlls that use it.

15 years agokernel32: Move AllocMappedBuffer/FreeMappedBuffer to thunk.c.
Alexandre Julliard [Sat, 27 Dec 2008 18:45:52 +0000 (19:45 +0100)] 
kernel32: Move AllocMappedBuffer/FreeMappedBuffer to thunk.c.

15 years agowinetest: Link against the Wine import libraries for the dist version too.
Alexandre Julliard [Fri, 26 Dec 2008 20:02:04 +0000 (21:02 +0100)] 
winetest: Link against the Wine import libraries for the dist version too.

15 years agoconfigure: Improve check for libresolv.
Alexandre Julliard [Fri, 26 Dec 2008 18:36:27 +0000 (19:36 +0100)] 
configure: Improve check for libresolv.

15 years agoconfigure: When cross-compiling, propagate the target specification to winebuild.
Alexandre Julliard [Fri, 26 Dec 2008 16:54:50 +0000 (17:54 +0100)] 
configure: When cross-compiling, propagate the target specification to winebuild.

15 years agowidl: Add support for generating 32-bit and/or 64-bit code for proxies/clients/servers.
Alexandre Julliard [Fri, 26 Dec 2008 16:22:25 +0000 (17:22 +0100)] 
widl: Add support for generating 32-bit and/or 64-bit code for proxies/clients/servers.

15 years agowidl: Add --win32/--win64 options to select the type of code generated.
Alexandre Julliard [Fri, 26 Dec 2008 16:21:12 +0000 (17:21 +0100)] 
widl: Add --win32/--win64 options to select the type of code generated.

15 years agowidl: Store the size of a pointer in a variable instead of hardcoding the value of...
Alexandre Julliard [Fri, 26 Dec 2008 16:20:53 +0000 (17:20 +0100)] 
widl: Store the size of a pointer in a variable instead of hardcoding the value of the host compiler.

15 years agowidl: Move determination of the exact type of structures and array to the code genera...
Alexandre Julliard [Fri, 26 Dec 2008 15:26:59 +0000 (16:26 +0100)] 
widl: Move determination of the exact type of structures and array to the code generation phase.

The exact type can depend on the size of the type in memory, and that
can vary depending on whether we are generating 32-bit or 64-bit code.

15 years agoshdocvw/tests: Add tests for ParseURLFromOutsideSource.
Detlef Riekenberg [Tue, 23 Dec 2008 10:48:12 +0000 (11:48 +0100)] 
shdocvw/tests: Add tests for ParseURLFromOutsideSource.

15 years agoshdocvw: Implement ParseURLFromOutsideSource.
Detlef Riekenberg [Tue, 23 Dec 2008 10:42:07 +0000 (11:42 +0100)] 
shdocvw: Implement ParseURLFromOutsideSource.

15 years agoshdocvw/tests: Fix a test on IE 5.x.
Detlef Riekenberg [Tue, 23 Dec 2008 10:24:31 +0000 (11:24 +0100)] 
shdocvw/tests: Fix a test on IE 5.x.

15 years agocfgmgr32: Forward CM_Locate_DevNodeA/W to setupapi.
Ricardo Filipe [Wed, 24 Dec 2008 20:31:38 +0000 (20:31 +0000)] 
cfgmgr32: Forward CM_Locate_DevNodeA/W to setupapi.

15 years agosetupapi: Add stubs for CM_Locate_DevNodeA/W.
Ricardo Filipe [Wed, 24 Dec 2008 20:28:31 +0000 (20:28 +0000)] 
setupapi: Add stubs for CM_Locate_DevNodeA/W.

15 years agoadvapi32: Implement CredReadDomainCredentials stub and tests.
Andrey Turkin [Tue, 23 Dec 2008 21:49:21 +0000 (00:49 +0300)] 
advapi32: Implement CredReadDomainCredentials stub and tests.

15 years agoddraw: Fix surface version setting.
Nick Burns [Thu, 25 Dec 2008 01:01:02 +0000 (17:01 -0800)] 
ddraw: Fix surface version setting.

15 years agowined3d: Fix glReadPixels call from read_from_framebuffer.
Nick Burns [Mon, 22 Dec 2008 14:08:10 +0000 (06:08 -0800)] 
wined3d: Fix glReadPixels call from read_from_framebuffer.

15 years agontdll: Make the loader process relocations correctly for x86_64.
Maarten Lankhorst [Sun, 21 Dec 2008 23:07:58 +0000 (00:07 +0100)] 
ntdll: Make the loader process relocations correctly for x86_64.

15 years agontdll: Print the expected and found assembly versions if no compatible version is...
Maarten Lankhorst [Sun, 21 Dec 2008 23:07:08 +0000 (00:07 +0100)] 
ntdll: Print the expected and found assembly versions if no compatible version is found.

15 years agoserver: Get rid of the unused count parameter in fd_queue_async().
Alexandre Julliard [Fri, 26 Dec 2008 11:27:48 +0000 (12:27 +0100)] 
server: Get rid of the unused count parameter in fd_queue_async().

15 years agoserver: Use the same field for process and thread handle in the queue_apc request.
Alexandre Julliard [Fri, 26 Dec 2008 11:19:41 +0000 (12:19 +0100)] 
server: Use the same field for process and thread handle in the queue_apc request.