wine
16 years agoadvapi32: Use the open_for_write parameter to open_cred_mgr_key and fix get_cred_mgr_...
Rob Shearman [Wed, 28 Nov 2007 05:47:57 +0000 (05:47 +0000)] 
advapi32: Use the open_for_write parameter to open_cred_mgr_key and fix get_cred_mgr_encryption_key to not need KEY_WRITE access to the key passed in.

16 years agorsaenh: Empty container names are allowed for CRYPT_VERIFYCONTEXT contexts.
Juan Lang [Tue, 27 Nov 2007 22:38:08 +0000 (14:38 -0800)] 
rsaenh: Empty container names are allowed for CRYPT_VERIFYCONTEXT contexts.

16 years agocrypt32: Add CERT_STORE_ADD_NEWER support to CertAddCertificateContextToStore.
Juan Lang [Mon, 26 Nov 2007 19:59:51 +0000 (11:59 -0800)] 
crypt32: Add CERT_STORE_ADD_NEWER support to CertAddCertificateContextToStore.

16 years agocrypt32: Implement finding an existing certificate in a store.
Juan Lang [Mon, 26 Nov 2007 19:49:36 +0000 (11:49 -0800)] 
crypt32: Implement finding an existing certificate in a store.

16 years agodnsapi: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
Michael Stefaniuc [Tue, 27 Nov 2007 23:11:14 +0000 (00:11 +0100)] 
dnsapi: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.

16 years agoshdocvw: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
Michael Stefaniuc [Tue, 27 Nov 2007 23:09:35 +0000 (00:09 +0100)] 
shdocvw: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.

16 years agooleaut32: Handle integer overflow of len in SysReAllocStringLen and SysAllocStringByt...
Rob Shearman [Tue, 27 Nov 2007 22:43:00 +0000 (22:43 +0000)] 
oleaut32: Handle integer overflow of len in SysReAllocStringLen and SysAllocStringByteLen.

16 years agontdll: Trace arena magics (may help debugging some heap corruptions).
Lionel Debroux [Sun, 25 Nov 2007 08:56:31 +0000 (09:56 +0100)] 
ntdll: Trace arena magics (may help debugging some heap corruptions).

16 years agod3dx8: Add WINAPI to the prototypes of D3DXMatrixTransformation.
Stefan Leichter [Tue, 27 Nov 2007 19:31:15 +0000 (20:31 +0100)] 
d3dx8: Add WINAPI to the prototypes of D3DXMatrixTransformation.

16 years agomsi: Fix invalid SQL query.
Anatoly Lyutin [Tue, 27 Nov 2007 19:21:58 +0000 (22:21 +0300)] 
msi: Fix invalid SQL query.

16 years agooleaut32: Introduce a new helper function, TLB_FreeCustData, for freeing custom data.
Rob Shearman [Tue, 27 Nov 2007 19:16:35 +0000 (19:16 +0000)] 
oleaut32: Introduce a new helper function, TLB_FreeCustData, for freeing custom data.

Fix memory leaks caused by the variable and interface custom data not
being freed properly.

16 years agooleaut32: Free the correct custom data inside ITypeInfo_fnRelease.
Rob Shearman [Tue, 27 Nov 2007 19:16:19 +0000 (19:16 +0000)] 
oleaut32: Free the correct custom data inside ITypeInfo_fnRelease.

Since the code is inside the loop for function data, it should be
freeing the function's custom data, not the interface's.

16 years agoserver: When merging mouse messages ignore the window if it isn't set.
Alexandre Julliard [Tue, 27 Nov 2007 15:43:00 +0000 (16:43 +0100)] 
server: When merging mouse messages ignore the window if it isn't set.

16 years agowininet: Don't clear the auth data for Basic authentication in HTTP_InsertAuthorizati...
Rob Shearman [Tue, 27 Nov 2007 14:19:50 +0000 (14:19 +0000)] 
wininet: Don't clear the auth data for Basic authentication in HTTP_InsertAuthorizationForHeader.

It isn't tracked per connection, unlike NTLM authentication, and so the
server will return a 401 error and try to get us to authenticate again.
However, this doesn't work as the authentication information is assumed
by the code to be valid for the whole connection.

16 years agorpcrt4: Fix the tests for up_enum16.
Rob Shearman [Tue, 27 Nov 2007 12:32:48 +0000 (12:32 +0000)] 
rpcrt4: Fix the tests for up_enum16.

It is different to the other base types as it has a different size on
the wire to in memory, so it can't just be set to the buffer when
unmarshalling.

16 years agocredui: Fix a test failure on Windows XP.
Rob Shearman [Tue, 27 Nov 2007 12:32:39 +0000 (12:32 +0000)] 
credui: Fix a test failure on Windows XP.

16 years agoinclude: Header files for d3dx9_xx.
David Adam [Mon, 26 Nov 2007 23:36:20 +0000 (00:36 +0100)] 
include: Header files for d3dx9_xx.

16 years agowined3d: Correctly handle the y offset with offscreen rendering.
Stefan Dösinger [Wed, 21 Nov 2007 22:46:15 +0000 (23:46 +0100)] 
wined3d: Correctly handle the y offset with offscreen rendering.

This fixes a regression introduced with the MAD patch.

16 years agowined3d: Downgrade an ERR to a WARN.
Stefan Dösinger [Tue, 20 Nov 2007 20:16:25 +0000 (21:16 +0100)] 
wined3d: Downgrade an ERR to a WARN.

16 years agowined3d: Fog is applied after sRGB correction.
Stefan Dösinger [Tue, 20 Nov 2007 16:58:59 +0000 (17:58 +0100)] 
wined3d: Fog is applied after sRGB correction.

16 years agowined3d: Make SRGB write correction working with 1.x shaders in arb.
Stefan Dösinger [Tue, 20 Nov 2007 14:29:18 +0000 (15:29 +0100)] 
wined3d: Make SRGB write correction working with 1.x shaders in arb.

16 years agod3d9: Add a test for vertex shader input matching.
Stefan Dösinger [Wed, 21 Nov 2007 21:16:12 +0000 (22:16 +0100)] 
d3d9: Add a test for vertex shader input matching.

16 years agowined3d: Fixed potential reference of freed backBuffer array in IWineD3DDeviceImpl_Se...
Lauris Kaplinski [Sun, 25 Nov 2007 21:07:24 +0000 (23:07 +0200)] 
wined3d: Fixed potential reference of freed backBuffer array in IWineD3DDeviceImpl_SetFrontBackBuffers.

16 years agogdi32: Fix a typo.
Andrew Talbot [Mon, 26 Nov 2007 15:09:59 +0000 (15:09 +0000)] 
gdi32: Fix a typo.

16 years agodinput: Use bitwise NOT not logical NOT.
Andrew Talbot [Mon, 26 Nov 2007 15:09:55 +0000 (15:09 +0000)] 
dinput: Use bitwise NOT not logical NOT.

16 years agorpcrt4: socket() returns -1 on error so check the return value against that.
Michael Stefaniuc [Mon, 26 Nov 2007 22:09:28 +0000 (23:09 +0100)] 
rpcrt4: socket() returns -1 on error so check the return value against that.

16 years agowininet/tests: Do not compare the return value of socket() with 0. Use INVALID_SOCKET...
Michael Stefaniuc [Mon, 26 Nov 2007 22:07:34 +0000 (23:07 +0100)] 
wininet/tests: Do not compare the return value of socket() with 0. Use INVALID_SOCKET instead.

16 years agoadvapi32: Add support for using the Mac Keychain services as a backend for the creden...
Rob Shearman [Mon, 26 Nov 2007 22:57:35 +0000 (22:57 +0000)] 
advapi32: Add support for using the Mac Keychain services as a backend for the credential functions instead of the registry.

16 years agoole32: Add tests for WdtpInterfacePointer_* functions.
Rob Shearman [Mon, 26 Nov 2007 22:52:07 +0000 (22:52 +0000)] 
ole32: Add tests for WdtpInterfacePointer_* functions.

Add stubs for these so that the tests link.

16 years agoole32: Clean up properly in ClientRpcChannelBuffer_SendReceive in the case where...
Rob Shearman [Mon, 26 Nov 2007 22:50:48 +0000 (22:50 +0000)] 
ole32: Clean up properly in ClientRpcChannelBuffer_SendReceive in the case where PostMessageW fails.

16 years agoole32: Store the dispatch parameters in the message state structure to allow them...
Rob Shearman [Mon, 26 Nov 2007 22:50:32 +0000 (22:50 +0000)] 
ole32: Store the dispatch parameters in the message state structure to allow them to be initialised earlier in the sequence of IRpcChannelBuffer calls.

16 years agoadvapi32: Fix a typo in CredEnumerateW.
Rob Shearman [Mon, 26 Nov 2007 19:41:00 +0000 (19:41 +0000)] 
advapi32: Fix a typo in CredEnumerateW.

16 years agoadvapi32: Move credential registry reading code to separate functions.
Rob Shearman [Mon, 26 Nov 2007 19:40:51 +0000 (19:40 +0000)] 
advapi32: Move credential registry reading code to separate functions.

16 years agoinetcomm: Implement IMimeBody:SetData.
Huw Davies [Mon, 26 Nov 2007 12:04:51 +0000 (12:04 +0000)] 
inetcomm: Implement IMimeBody:SetData.

16 years agoinetcomm: Implement IMimeBody:[G|S]etCurrentEncoding.
Huw Davies [Mon, 26 Nov 2007 12:04:08 +0000 (12:04 +0000)] 
inetcomm: Implement IMimeBody:[G|S]etCurrentEncoding.

16 years agoinetcomm: Implement IMimeBody:IsContentType.
Huw Davies [Mon, 26 Nov 2007 12:03:35 +0000 (12:03 +0000)] 
inetcomm: Implement IMimeBody:IsContentType.

16 years agoinetcomm: Store a header's parameters as a list.
Huw Davies [Mon, 26 Nov 2007 12:03:08 +0000 (12:03 +0000)] 
inetcomm: Store a header's parameters as a list.

16 years agoinetcomm: Unfold headers.
Huw Davies [Mon, 26 Nov 2007 12:02:35 +0000 (12:02 +0000)] 
inetcomm: Unfold headers.

16 years agoinetcomm: Parse headers into a list.
Huw Davies [Mon, 26 Nov 2007 12:01:52 +0000 (12:01 +0000)] 
inetcomm: Parse headers into a list.

16 years agoinetcomm: Copy RFC822 headers into a memory block for later parsing.
Huw Davies [Mon, 26 Nov 2007 12:01:12 +0000 (12:01 +0000)] 
inetcomm: Copy RFC822 headers into a memory block for later parsing.

16 years agoinclude: Add missing definitions for DSS in wincrypt.h.
Vijay Kiran Kamuju [Wed, 21 Nov 2007 21:19:41 +0000 (15:19 -0600)] 
include: Add missing definitions for DSS in wincrypt.h.

16 years agoshell32: GetModuleFileNameW gets number of WCHARs not bytes.
Marcus Meissner [Thu, 22 Nov 2007 07:24:17 +0000 (08:24 +0100)] 
shell32: GetModuleFileNameW gets number of WCHARs not bytes.

16 years agontdll: Fix computation in enumerate_key().
Gerald Pfeifer [Thu, 22 Nov 2007 20:41:29 +0000 (21:41 +0100)] 
ntdll: Fix computation in enumerate_key().

16 years agoinetcomm: Fix error check in InternetTransport_Connect().
Gerald Pfeifer [Fri, 23 Nov 2007 19:57:58 +0000 (20:57 +0100)] 
inetcomm: Fix error check in InternetTransport_Connect().

16 years agowined3d: Rewrite condition in vshader_program_add_param() to actually distinguish...
Gerald Pfeifer [Thu, 22 Nov 2007 21:42:51 +0000 (22:42 +0100)] 
wined3d: Rewrite condition in vshader_program_add_param() to actually distinguish between two cases.

16 years agoitss: Avoid checking an unsigned value for < 0.
Gerald Pfeifer [Thu, 22 Nov 2007 21:36:13 +0000 (22:36 +0100)] 
itss: Avoid checking an unsigned value for < 0.

16 years agowinedos: Use DWORD instead of long for return values of SetFilePointer.
Gerald Pfeifer [Thu, 22 Nov 2007 15:48:12 +0000 (16:48 +0100)] 
winedos: Use DWORD instead of long for return values of SetFilePointer.

Adjust type of loop variable in INT21_Ioctl_Char().

16 years agonetapi32: Remove one tests and simplify another based on the limited range of unsigned.
Gerald Pfeifer [Thu, 22 Nov 2007 00:10:33 +0000 (01:10 +0100)] 
netapi32: Remove one tests and simplify another based on the limited range of unsigned.

16 years agontdll: Simplify condition in RtlGetAce() based on variable (un)signedness.
Gerald Pfeifer [Thu, 22 Nov 2007 00:07:29 +0000 (01:07 +0100)] 
ntdll: Simplify condition in RtlGetAce() based on variable (un)signedness.

16 years agooleaut32: Simplify two conditions based on the fact that unsigned variables cannot...
Gerald Pfeifer [Thu, 22 Nov 2007 20:49:37 +0000 (21:49 +0100)] 
oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative.

16 years agooleaut32: Simplify two conditions based on the fact that unsigned variables cannot...
Gerald Pfeifer [Thu, 22 Nov 2007 00:06:32 +0000 (01:06 +0100)] 
oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative.

16 years agouser32: Fix variable type in SCROLL_HandleScrollEvent(). Remove useless check in...
Gerald Pfeifer [Wed, 21 Nov 2007 10:25:09 +0000 (11:25 +0100)] 
user32: Fix variable type in SCROLL_HandleScrollEvent().  Remove useless check in SCROLL_SetScrollInfo().

16 years agomsiexec: Fix atou() return value mistake.
Patrick Moran [Sun, 25 Nov 2007 07:35:27 +0000 (02:35 -0500)] 
msiexec: Fix atou() return value mistake.

16 years agomsvcrt: Fix memory leak (found by Smatch).
Lionel Debroux [Wed, 21 Nov 2007 16:34:10 +0000 (17:34 +0100)] 
msvcrt: Fix memory leak (found by Smatch).

16 years agod3dx8: Implement D3DXMatrixTransformation.
David Adam [Wed, 21 Nov 2007 16:23:13 +0000 (17:23 +0100)] 
d3dx8: Implement D3DXMatrixTransformation.

16 years agod3dx8: Implement D3DXQuaternionExp.
David Adam [Wed, 21 Nov 2007 13:59:21 +0000 (14:59 +0100)] 
d3dx8: Implement D3DXQuaternionExp.

16 years agod3dx8: Implement D3DXQuaternionLn.
David Adam [Wed, 21 Nov 2007 13:34:32 +0000 (14:34 +0100)] 
d3dx8: Implement D3DXQuaternionLn.

16 years agod3dx8: Implement D3DXQuaternionRotationYawPitchRoll.
David Adam [Tue, 20 Nov 2007 14:23:36 +0000 (15:23 +0100)] 
d3dx8: Implement D3DXQuaternionRotationYawPitchRoll.

16 years agod3dx8: Implement D3DXQuaternionRotationMatrix.
David Adam [Tue, 20 Nov 2007 13:56:15 +0000 (14:56 +0100)] 
d3dx8: Implement D3DXQuaternionRotationMatrix.

16 years agod3dx8: Implement D3DXQuaternionRotationAxis.
David Adam [Tue, 20 Nov 2007 12:04:16 +0000 (13:04 +0100)] 
d3dx8: Implement D3DXQuaternionRotationAxis.

16 years agod3dx8: Implement D3DXQuaternionToAxisAngle.
David Adam [Tue, 20 Nov 2007 11:49:38 +0000 (12:49 +0100)] 
d3dx8: Implement D3DXQuaternionToAxisAngle.

16 years agoshdocvw: Silence common invalid QueryInterface FIXMEs.
Jacek Caban [Sun, 25 Nov 2007 18:10:03 +0000 (19:10 +0100)] 
shdocvw: Silence common invalid QueryInterface FIXMEs.

16 years agokernel32: Terminate child process in virtual tests.
Jacek Caban [Sun, 25 Nov 2007 18:09:50 +0000 (19:09 +0100)] 
kernel32: Terminate child process in virtual tests.

16 years agomshtml: Added IOleCommandTarget implementation to HTMLTxtRange.
Jacek Caban [Sun, 25 Nov 2007 18:16:04 +0000 (19:16 +0100)] 
mshtml: Added IOleCommandTarget implementation to HTMLTxtRange.

16 years agomshtml: Added IHTMLStyleSheetsCollection::item implementation.
Jacek Caban [Sun, 25 Nov 2007 18:09:20 +0000 (19:09 +0100)] 
mshtml: Added IHTMLStyleSheetsCollection::item implementation.

16 years agomshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet object if available.
Jacek Caban [Sun, 25 Nov 2007 18:08:40 +0000 (19:08 +0100)] 
mshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet object if available.

16 years agourlmon: Wrap heap functions.
Jacek Caban [Sun, 25 Nov 2007 18:07:54 +0000 (19:07 +0100)] 
urlmon: Wrap heap functions.

16 years agomsi: Downgrade an ERR to a WARN.
James Hawkins [Mon, 26 Nov 2007 00:09:01 +0000 (18:09 -0600)] 
msi: Downgrade an ERR to a WARN.

16 years agomsi: Fix the condition of a FIXME.
James Hawkins [Mon, 26 Nov 2007 00:07:52 +0000 (18:07 -0600)] 
msi: Fix the condition of a FIXME.

16 years agomsi: Downgrade an ERR to a WARN.
James Hawkins [Mon, 26 Nov 2007 00:05:43 +0000 (18:05 -0600)] 
msi: Downgrade an ERR to a WARN.

16 years agomsi: Downgrade a FIXME to a WARN.
James Hawkins [Mon, 26 Nov 2007 00:04:25 +0000 (18:04 -0600)] 
msi: Downgrade a FIXME to a WARN.

16 years agomsi: Only check the volume label if it's different than the first media's volume...
James Hawkins [Mon, 26 Nov 2007 00:02:55 +0000 (18:02 -0600)] 
msi: Only check the volume label if it's different than the first media's volume label.

16 years agomsi: Check the destination file's hash and skip that file if the hash matches.
James Hawkins [Mon, 26 Nov 2007 00:01:19 +0000 (18:01 -0600)] 
msi: Check the destination file's hash and skip that file if the hash matches.

16 years agomsi: Set the file contents of the file hash test file explicitly.
James Hawkins [Mon, 26 Nov 2007 00:00:14 +0000 (18:00 -0600)] 
msi: Set the file contents of the file hash test file explicitly.

16 years agomsi: Verify the szFilePath parameter of MsiGetFileHash.
James Hawkins [Sun, 25 Nov 2007 23:58:57 +0000 (17:58 -0600)] 
msi: Verify the szFilePath parameter of MsiGetFileHash.

16 years agomsi: Add tests for MsiGetFileHash and clean up the existing tests.
James Hawkins [Sun, 25 Nov 2007 23:57:37 +0000 (17:57 -0600)] 
msi: Add tests for MsiGetFileHash and clean up the existing tests.

16 years agodinput: Fix dead zone handling.
Vitaliy Margolen [Sun, 25 Nov 2007 18:17:28 +0000 (11:17 -0700)] 
dinput: Fix dead zone handling.

16 years agocomdlg32: Use logical OR not bitwise OR.
Andrew Talbot [Thu, 22 Nov 2007 21:34:55 +0000 (21:34 +0000)] 
comdlg32: Use logical OR not bitwise OR.

16 years agouser32: Fix a typo.
Andrew Talbot [Thu, 22 Nov 2007 20:07:56 +0000 (20:07 +0000)] 
user32: Fix a typo.

16 years agocomctl32: Fix a typo.
Andrew Talbot [Thu, 22 Nov 2007 20:07:53 +0000 (20:07 +0000)] 
comctl32: Fix a typo.

16 years agouser32: Constify some variables.
Andrew Talbot [Wed, 21 Nov 2007 16:19:58 +0000 (16:19 +0000)] 
user32: Constify some variables.

16 years agokernel32: Change the shared manifest test to depend on a build number that isn't...
Rob Shearman [Thu, 22 Nov 2007 19:10:56 +0000 (19:10 +0000)] 
kernel32: Change the shared manifest test to depend on a build number that isn't currently published on at least XP, showing that assemblies with higher build numbers can be used.

16 years agontdll: Shared manifests should have a less-strict version check performed when loadin...
Rob Shearman [Tue, 20 Nov 2007 13:46:43 +0000 (13:46 +0000)] 
ntdll: Shared manifests should have a less-strict version check performed when loading them as dependencies.

16 years agocomctl32: Update the version in the created version to the highest current version...
Rob Shearman [Thu, 22 Nov 2007 19:09:27 +0000 (19:09 +0000)] 
comctl32: Update the version in the created version to the highest current version present on XP.

We don't need to create more than one because application dependencies
can be resolved using shared assemblies with higher build and revision
numbers.

16 years agoole32: Fix a race in find_proxy_manager.
Rob Shearman [Thu, 22 Nov 2007 19:08:23 +0000 (19:08 +0000)] 
ole32: Fix a race in find_proxy_manager.

16 years agouser32: Constify some variables.
Andrew Talbot [Tue, 20 Nov 2007 20:54:25 +0000 (20:54 +0000)] 
user32: Constify some variables.

16 years agowsock32: Forward AcceptEx and GetAcceptExSockaddrs to mswsock.
Alexandre Julliard [Wed, 21 Nov 2007 12:23:04 +0000 (13:23 +0100)] 
wsock32: Forward AcceptEx and GetAcceptExSockaddrs to mswsock.

16 years agowinex11.drv: Make sure to erase the dragging frame before moving the window.
Alexandre Julliard [Wed, 21 Nov 2007 12:22:42 +0000 (13:22 +0100)] 
winex11.drv: Make sure to erase the dragging frame before moving the window.

16 years agouser32: Change the desktop colour and pattern to match win2k.
Divan Burger [Wed, 21 Nov 2007 09:33:53 +0000 (11:33 +0200)] 
user32: Change the desktop colour and pattern to match win2k.

16 years agouser32: Fix colours to match exactly with Windows 2000.
Divan Burger [Wed, 21 Nov 2007 07:10:11 +0000 (09:10 +0200)] 
user32: Fix colours to match exactly with Windows 2000.

16 years agorsaenh: Add implementation of Enhanced RSA AES Provider.
Vijay Kiran Kamuju [Tue, 20 Nov 2007 22:58:23 +0000 (16:58 -0600)] 
rsaenh: Add implementation of Enhanced RSA AES Provider.

16 years agorsaenh: Add tests for RSA_AES provider.
Vijay Kiran Kamuju [Tue, 20 Nov 2007 22:56:15 +0000 (16:56 -0600)] 
rsaenh: Add tests for RSA_AES provider.

16 years agomsxml: Tests for createTextNode.
Alistair Leslie-Hughes [Thu, 15 Nov 2007 22:55:51 +0000 (09:55 +1100)] 
msxml: Tests for createTextNode.

16 years agomsxml: Implement createTextNode.
Alistair Leslie-Hughes [Thu, 15 Nov 2007 22:55:49 +0000 (09:55 +1100)] 
msxml: Implement createTextNode.

16 years agomsxml: Always return a string in get_text.
Alistair Leslie-Hughes [Tue, 20 Nov 2007 10:31:43 +0000 (21:31 +1100)] 
msxml: Always return a string in get_text.

16 years agomsxml: Added test for get_text.
Alistair Leslie-Hughes [Tue, 20 Nov 2007 10:23:35 +0000 (21:23 +1100)] 
msxml: Added test for get_text.

16 years agohlink: Added HlinkCreateExtensionServices tests.
Jacek Caban [Wed, 21 Nov 2007 01:14:45 +0000 (02:14 +0100)] 
hlink: Added HlinkCreateExtensionServices tests.

16 years agohlink: Added HlinkCreateExtensionServices implementation.
Jacek Caban [Wed, 21 Nov 2007 10:35:00 +0000 (11:35 +0100)] 
hlink: Added HlinkCreateExtensionServices implementation.

16 years agohlink: Wrap heap functions.
Jacek Caban [Wed, 21 Nov 2007 01:13:58 +0000 (02:13 +0100)] 
hlink: Wrap heap functions.

16 years agohlink: Move common includes and function declarations to header file.
Jacek Caban [Wed, 21 Nov 2007 01:13:36 +0000 (02:13 +0100)] 
hlink: Move common includes and function declarations to header file.