wine
15 years agocryptui: Test mismatches between allowed and given types in CryptUIWizImport.
Juan Lang [Mon, 22 Dec 2008 18:53:51 +0000 (10:53 -0800)] 
cryptui: Test mismatches between allowed and given types in CryptUIWizImport.

15 years agowintrust: Fix message handle type.
Hans Leidekker [Tue, 23 Dec 2008 10:51:14 +0000 (11:51 +0100)] 
wintrust: Fix message handle type.

Spotted by Juan Lang.

15 years agowintrust: Add some tests.
Hans Leidekker [Tue, 23 Dec 2008 10:51:04 +0000 (11:51 +0100)] 
wintrust: Add some tests.

15 years agowintrust: Add stub implementations of CryptCATEnumerateAttr, CryptCATEnumerateCatAttr...
Hans Leidekker [Tue, 23 Dec 2008 10:50:58 +0000 (11:50 +0100)] 
wintrust: Add stub implementations of CryptCATEnumerateAttr, CryptCATEnumerateCatAttr, CryptCATGetAttrInfo, CryptCATGetCatAttrInfo and CryptCATGetMemberInfo.

15 years agowintrust: Implement CryptCATAdminResolveCatalogPath and CryptCATCatalogInfoFromContext.
Hans Leidekker [Tue, 23 Dec 2008 10:50:46 +0000 (11:50 +0100)] 
wintrust: Implement CryptCATAdminResolveCatalogPath and CryptCATCatalogInfoFromContext.

15 years agowintrust: Implement CryptCATEnumerateMember.
Hans Leidekker [Tue, 23 Dec 2008 10:50:37 +0000 (11:50 +0100)] 
wintrust: Implement CryptCATEnumerateMember.

Based on work done by Maarten Lankhorst.

15 years agowintrust: Test find handles against INVALID_HANDLE_VALUE.
Hans Leidekker [Tue, 23 Dec 2008 10:50:26 +0000 (11:50 +0100)] 
wintrust: Test find handles against INVALID_HANDLE_VALUE.

Spotted by Michael Stefaniuc.

15 years agomsvcrt/tests: Use the C standard for multiline strings.
Michael Stefaniuc [Tue, 23 Dec 2008 10:08:07 +0000 (11:08 +0100)] 
msvcrt/tests: Use the C standard for multiline strings.

15 years agoriched20: Fix cast for dwCookie.
Maarten Lankhorst [Sun, 21 Dec 2008 23:09:17 +0000 (00:09 +0100)] 
riched20: Fix cast for dwCookie.

15 years agoincludes: Fix EDITSTREAM definition for win64.
Maarten Lankhorst [Sun, 21 Dec 2008 23:08:59 +0000 (00:08 +0100)] 
includes: Fix EDITSTREAM definition for win64.

15 years agomsi: Add missing CDECL to cabinet functions.
Maarten Lankhorst [Sun, 21 Dec 2008 11:48:20 +0000 (12:48 +0100)] 
msi: Add missing CDECL to cabinet functions.

15 years agokernel32: Change all functions to use CDECL.
Maarten Lankhorst [Tue, 16 Dec 2008 15:16:10 +0000 (16:16 +0100)] 
kernel32: Change all functions to use CDECL.

15 years agouser32/winex11.drv: Change all user32 operations to use CDECL.
Maarten Lankhorst [Tue, 16 Dec 2008 14:32:08 +0000 (15:32 +0100)] 
user32/winex11.drv: Change all user32 operations to use CDECL.

15 years agogdi32/winex11.drv: Change all gdi/opengl operations to use CDECL calling convention.
Maarten Lankhorst [Tue, 16 Dec 2008 13:18:49 +0000 (14:18 +0100)] 
gdi32/winex11.drv: Change all gdi/opengl operations to use CDECL calling convention.

15 years agowinex11.drv/wined3d: Fix tsx11 calling convention.
Maarten Lankhorst [Thu, 18 Dec 2008 20:12:36 +0000 (21:12 +0100)] 
winex11.drv/wined3d: Fix tsx11 calling convention.

15 years agowinex11.drv: Superfluous semicolons fix.
Andrew Talbot [Mon, 22 Dec 2008 20:22:14 +0000 (20:22 +0000)] 
winex11.drv: Superfluous semicolons fix.

15 years agomsvfw32: Remove superfluous semicolon.
Andrew Talbot [Mon, 22 Dec 2008 20:22:10 +0000 (20:22 +0000)] 
msvfw32: Remove superfluous semicolon.

15 years agomshtml: Remove superfluous semicolons.
Andrew Talbot [Mon, 22 Dec 2008 20:22:06 +0000 (20:22 +0000)] 
mshtml: Remove superfluous semicolons.

15 years agowinmm/tests: Fix a test failure on NT4 and W2K.
Paul Vriens [Mon, 22 Dec 2008 18:42:46 +0000 (19:42 +0100)] 
winmm/tests: Fix a test failure on NT4 and W2K.

15 years agoshell32/tests: Cope with Vista's behavior.
Paul Vriens [Mon, 22 Dec 2008 14:29:51 +0000 (15:29 +0100)] 
shell32/tests: Cope with Vista's behavior.

15 years agowinecfg: Make virtual desktop shortcut key unique.
Jesse Allen [Mon, 22 Dec 2008 14:21:39 +0000 (07:21 -0700)] 
winecfg: Make virtual desktop shortcut key unique.

15 years agogdi32: Fix the build without Freetype LCD support.
Alexandre Julliard [Tue, 23 Dec 2008 11:34:01 +0000 (12:34 +0100)] 
gdi32: Fix the build without Freetype LCD support.

15 years agoinclude: Add the needed dllimport attribute to the RtlUnwind declaration.
Alexandre Julliard [Mon, 22 Dec 2008 19:20:48 +0000 (20:20 +0100)] 
include: Add the needed dllimport attribute to the RtlUnwind declaration.

15 years agoshell32: Use RtlRandom instead of the non-portable rand_r.
Alexandre Julliard [Mon, 22 Dec 2008 19:14:59 +0000 (20:14 +0100)] 
shell32: Use RtlRandom instead of the non-portable rand_r.

15 years agorpcrt4: Disable TCP/IP connection support if we don't have socketpair.
Alexandre Julliard [Mon, 22 Dec 2008 18:55:05 +0000 (19:55 +0100)] 
rpcrt4: Disable TCP/IP connection support if we don't have socketpair.

15 years agows2_32: Added implementation for inet_ntop.
Alexandre Julliard [Mon, 22 Dec 2008 18:40:08 +0000 (19:40 +0100)] 
ws2_32: Added implementation for inet_ntop.

15 years agosecur32: Check for lack of fork() support.
Alexandre Julliard [Mon, 22 Dec 2008 17:04:39 +0000 (18:04 +0100)] 
secur32: Check for lack of fork() support.

15 years agolibport: Replacement for poll().
Alexandre Julliard [Mon, 22 Dec 2008 16:36:18 +0000 (17:36 +0100)] 
libport: Replacement for poll().

15 years agogdi32, winex11: Add support for subpixel font rendering.
ByeongSik Jeon [Wed, 10 Dec 2008 14:50:44 +0000 (23:50 +0900)] 
gdi32, winex11: Add support for subpixel font rendering.

15 years agoshell32: A nicer icon for "open folder".
Hervé Chanal [Fri, 12 Dec 2008 16:32:33 +0000 (17:32 +0100)] 
shell32: A nicer icon for "open folder".

15 years agoshell32: A nicer icon for "folder".
Hervé Chanal [Fri, 12 Dec 2008 16:31:51 +0000 (17:31 +0100)] 
shell32: A nicer icon for "folder".

15 years agowinedevice: Make sure that all dependencies of the driver are relocated too.
Alexandre Julliard [Mon, 22 Dec 2008 14:51:25 +0000 (15:51 +0100)] 
winedevice: Make sure that all dependencies of the driver are relocated too.

15 years agodmusic: Implement IDirectMusic8Impl_CreateMusicBuffer.
Christian Costa [Mon, 22 Dec 2008 13:19:30 +0000 (14:19 +0100)] 
dmusic: Implement IDirectMusic8Impl_CreateMusicBuffer.

15 years agodmusic: Improve IDirectMusicPortDownloadImpl_GetBuffer stub.
Christian Costa [Mon, 22 Dec 2008 13:08:23 +0000 (14:08 +0100)] 
dmusic: Improve IDirectMusicPortDownloadImpl_GetBuffer stub.

15 years agodmusic: Fix IDirectMusicPortImpl_QueryInterface.
Christian Costa [Mon, 22 Dec 2008 12:58:08 +0000 (13:58 +0100)] 
dmusic: Fix IDirectMusicPortImpl_QueryInterface.

15 years agodmusic: Add support for IID_IDirectMusicDownloadedInstrument8 query in IDirectMusicDo...
Christian Costa [Mon, 22 Dec 2008 12:41:27 +0000 (13:41 +0100)] 
dmusic: Add support for IID_IDirectMusicDownloadedInstrument8 query in IDirectMusicDownloadedInstrumentImpl_QueryInterface.

15 years agodmusic: Improve IDirectMusicPortImpl_DownloadInstrument stub.
Christian Costa [Mon, 22 Dec 2008 12:40:58 +0000 (13:40 +0100)] 
dmusic: Improve IDirectMusicPortImpl_DownloadInstrument stub.

15 years agodsound: Correct the dsound fraglen calculations.
Reece Dunn [Mon, 22 Dec 2008 13:33:43 +0000 (13:33 +0000)] 
dsound: Correct the dsound fraglen calculations.

15 years agowintrust: Implement CryptCATOpen and CryptCATClose.
Hans Leidekker [Mon, 22 Dec 2008 13:19:50 +0000 (14:19 +0100)] 
wintrust: Implement CryptCATOpen and CryptCATClose.

Based on work done by Maarten Lankhorst.

15 years agowintrust: Implement CryptCATAdminEnumCatalogFromHash.
Hans Leidekker [Mon, 22 Dec 2008 13:19:35 +0000 (14:19 +0100)] 
wintrust: Implement CryptCATAdminEnumCatalogFromHash.

Based on work done by Maarten Lankhorst.

15 years agowintrust: Record full catalog filename in catalog info structure, not just the basename.
Hans Leidekker [Mon, 22 Dec 2008 13:19:14 +0000 (14:19 +0100)] 
wintrust: Record full catalog filename in catalog info structure, not just the basename.

15 years agoinclude/mscat.h: Add a few declarations.
Hans Leidekker [Mon, 22 Dec 2008 13:19:00 +0000 (14:19 +0100)] 
include/mscat.h: Add a few declarations.

15 years agopidgen: Fix typo.
Hans Leidekker [Mon, 22 Dec 2008 13:18:30 +0000 (14:18 +0100)] 
pidgen: Fix typo.

15 years agontdll: Fix set_XOff and set_XOn.
Wolfgang Walter [Sat, 20 Dec 2008 15:56:22 +0000 (16:56 +0100)] 
ntdll: Fix set_XOff and set_XOn.

15 years agowined3d: Fix a couple of typos in wined3d_gl.h
Nick Burns [Sun, 21 Dec 2008 04:02:22 +0000 (20:02 -0800)] 
wined3d: Fix a couple of typos in wined3d_gl.h

15 years agowinecoreaudio.drv: Initialize correctly the header before adding it to the queue.
Christian Costa [Mon, 22 Dec 2008 11:05:03 +0000 (12:05 +0100)] 
winecoreaudio.drv: Initialize correctly the header before adding it to the queue.

15 years agod3d9/tests: Don't create a Null-shader in d3d9, it will crash.
Rico Schüller [Mon, 22 Dec 2008 11:51:04 +0000 (12:51 +0100)] 
d3d9/tests: Don't create a Null-shader in d3d9, it will crash.

15 years agowininet/tests: Add test for FtpFindFirstFile.
Mike Ruprecht [Mon, 22 Dec 2008 10:38:46 +0000 (04:38 -0600)] 
wininet/tests: Add test for FtpFindFirstFile.

15 years agowineoss.drv: Initialize correctly the header before adding it to the queue.
Christian Costa [Mon, 22 Dec 2008 09:22:23 +0000 (10:22 +0100)] 
wineoss.drv: Initialize correctly the header before adding it to the queue.

15 years agowinmm: mixerOpen should return success with NULL dwCallback and CALLBACK_WINDOW flag.
Andrew Nguyen [Sun, 21 Dec 2008 07:48:40 +0000 (01:48 -0600)] 
winmm: mixerOpen should return success with NULL dwCallback and CALLBACK_WINDOW flag.

15 years agowinmm/tests: Refactor the mixerOpen and mixerClose tests and add a few additional...
Andrew Nguyen [Sun, 21 Dec 2008 07:48:34 +0000 (01:48 -0600)] 
winmm/tests: Refactor the mixerOpen and mixerClose tests and add a few additional test cases.

15 years agowinmm/tests: Fix a mismatched failure message.
Andrew Nguyen [Sun, 21 Dec 2008 07:48:27 +0000 (01:48 -0600)] 
winmm/tests: Fix a mismatched failure message.

15 years agocryptui: Return selected store from CryptUIDlgSelectStoreW.
Juan Lang [Sat, 20 Dec 2008 20:53:59 +0000 (12:53 -0800)] 
cryptui: Return selected store from CryptUIDlgSelectStoreW.

15 years agocryptui: Make sure a store is selected when the user click OK in the select store...
Juan Lang [Sat, 20 Dec 2008 20:43:13 +0000 (12:43 -0800)] 
cryptui: Make sure a store is selected when the user click OK in the select store dialog.

15 years agocryptui: Add additional stores to select store dialog.
Juan Lang [Sat, 20 Dec 2008 20:01:01 +0000 (12:01 -0800)] 
cryptui: Add additional stores to select store dialog.

15 years agocryptui: Add system stores to the select store dialog.
Juan Lang [Sat, 20 Dec 2008 19:55:07 +0000 (11:55 -0800)] 
cryptui: Add system stores to the select store dialog.

15 years agoinclude: Add declaration of CryptFindLocalizedName.
Juan Lang [Sat, 20 Dec 2008 19:22:42 +0000 (11:22 -0800)] 
include: Add declaration of CryptFindLocalizedName.

15 years agocryptui: Add a (empty) select store dialog.
Juan Lang [Sat, 20 Dec 2008 18:11:00 +0000 (10:11 -0800)] 
cryptui: Add a (empty) select store dialog.

15 years agocryptui: Implement CryptUIDlgSelectStoreA on top of CryptUIDlgSelectStoreW.
Juan Lang [Sat, 20 Dec 2008 18:10:24 +0000 (10:10 -0800)] 
cryptui: Implement CryptUIDlgSelectStoreA on top of CryptUIDlgSelectStoreW.

15 years agocryptui: Add declarations for undocumented types used by CryptUIDlgSelectStoreA/W.
Juan Lang [Sat, 20 Dec 2008 18:09:53 +0000 (10:09 -0800)] 
cryptui: Add declarations for undocumented types used by CryptUIDlgSelectStoreA/W.

15 years agocryptui: Add stubs for CryptUIDlgSelectStoreA/W.
Juan Lang [Sat, 20 Dec 2008 02:15:35 +0000 (18:15 -0800)] 
cryptui: Add stubs for CryptUIDlgSelectStoreA/W.

15 years agoshell32: Use Win32 functions instead of Unix ones to retrieve the current time.
Alexandre Julliard [Mon, 22 Dec 2008 10:45:20 +0000 (11:45 +0100)] 
shell32: Use Win32 functions instead of Unix ones to retrieve the current time.

15 years agowininet: Store file time as a SYSTEMTIME instead of a Unix struct tm.
Alexandre Julliard [Mon, 22 Dec 2008 10:44:45 +0000 (11:44 +0100)] 
wininet: Store file time as a SYSTEMTIME instead of a Unix struct tm.

15 years agolibport: Add a stub replacement for symlink().
Alexandre Julliard [Mon, 22 Dec 2008 09:47:16 +0000 (10:47 +0100)] 
libport: Add a stub replacement for symlink().

15 years agoconfigure: Better check for the broken mkdir on Windows.
Alexandre Julliard [Mon, 22 Dec 2008 09:39:11 +0000 (10:39 +0100)] 
configure: Better check for the broken mkdir on Windows.

15 years agomshtml: Move preferences settings to separated function.
Jacek Caban [Mon, 22 Dec 2008 00:10:56 +0000 (01:10 +0100)] 
mshtml: Move preferences settings to separated function.

15 years agomshtml: Release owner in nsChannel destructor.
Jacek Caban [Mon, 22 Dec 2008 00:10:47 +0000 (01:10 +0100)] 
mshtml: Release owner in nsChannel destructor.

15 years agomshtml: Pass window to GetCommandState and DoCommand.
Jacek Caban [Mon, 22 Dec 2008 00:10:37 +0000 (01:10 +0100)] 
mshtml: Pass window to GetCommandState and DoCommand.

15 years agowined3d: Fix compilation for Windows build.
Rico Schüller [Sat, 20 Dec 2008 23:31:50 +0000 (00:31 +0100)] 
wined3d: Fix compilation for Windows build.

15 years agowinmm: Stub joyConfigChanged.
Vitaliy Margolen [Sat, 20 Dec 2008 19:25:50 +0000 (12:25 -0700)] 
winmm: Stub joyConfigChanged.

15 years agoriched20: Remove unused Wine debug channel.
Andrew Talbot [Sat, 20 Dec 2008 15:15:30 +0000 (15:15 +0000)] 
riched20: Remove unused Wine debug channel.

15 years agowinecoreaudio.drv: Do nothing if HAVE_AUDIOUNIT_AUDIOUNIT_H is not defined.
Andrew Talbot [Sat, 20 Dec 2008 15:02:41 +0000 (15:02 +0000)] 
winecoreaudio.drv: Do nothing if HAVE_AUDIOUNIT_AUDIOUNIT_H is not defined.

15 years agowinealsa.drv: Do nothing if HAVE_ALSA is not defined.
Andrew Talbot [Sat, 20 Dec 2008 15:02:38 +0000 (15:02 +0000)] 
winealsa.drv: Do nothing if HAVE_ALSA is not defined.

15 years agosxs: Remove unused Wine debug channel.
Andrew Talbot [Sat, 20 Dec 2008 15:02:36 +0000 (15:02 +0000)] 
sxs: Remove unused Wine debug channel.

15 years agodmstyle: Remove unused Wine debug channel.
Andrew Talbot [Sat, 20 Dec 2008 15:02:33 +0000 (15:02 +0000)] 
dmstyle: Remove unused Wine debug channel.

15 years agodmime: Remove unused Wine debug channel.
Andrew Talbot [Sat, 20 Dec 2008 15:02:30 +0000 (15:02 +0000)] 
dmime: Remove unused Wine debug channel.

15 years agoole32: Fix return value for IDataObject_GetData.
Nikolay Sivov [Sat, 20 Dec 2008 09:43:36 +0000 (12:43 +0300)] 
ole32: Fix return value for IDataObject_GetData.

15 years agoRelease 1.1.11. wine-1.1.11
Alexandre Julliard [Sat, 20 Dec 2008 14:55:38 +0000 (15:55 +0100)] 
Release 1.1.11.

15 years agomsvcrt/tests: Avoid sizeof in a trace.
Alexandre Julliard [Sat, 20 Dec 2008 12:33:08 +0000 (13:33 +0100)] 
msvcrt/tests: Avoid sizeof in a trace.

15 years agomsi/tests: Avoid sizeof in traces.
Alexandre Julliard [Sat, 20 Dec 2008 12:32:47 +0000 (13:32 +0100)] 
msi/tests: Avoid sizeof in traces.

15 years agod3dxof/tests: Avoid size_t in a trace.
Alexandre Julliard [Sat, 20 Dec 2008 12:32:39 +0000 (13:32 +0100)] 
d3dxof/tests: Avoid size_t in a trace.

15 years agomscoree: Add a stub for LockClrVersion.
Chris Wulff [Sat, 20 Dec 2008 04:09:28 +0000 (23:09 -0500)] 
mscoree: Add a stub for LockClrVersion.

15 years agowinealsa.drv: Handle midi sysex greater than a buffer.
Christian Costa [Thu, 18 Dec 2008 20:22:32 +0000 (21:22 +0100)] 
winealsa.drv: Handle midi sysex greater than a buffer.

15 years agomshtml: Updated test of QueryInterface.
Andrei Derevyanko [Thu, 18 Dec 2008 11:59:57 +0000 (14:59 +0300)] 
mshtml: Updated test of QueryInterface.

15 years agomshtml: Silence IMarshal QueryInterface FIXME.
Andrei Derevyanko [Thu, 18 Dec 2008 11:45:45 +0000 (14:45 +0300)] 
mshtml: Silence IMarshal QueryInterface FIXME.

15 years agorichedit: Move message handling to function callable without window.
Dylan Smith [Fri, 19 Dec 2008 15:57:28 +0000 (10:57 -0500)] 
richedit: Move message handling to function callable without window.

In order to make the message handling available to windowless richedit
controls, the message handling must be in a function that can be
called from the ITextServices_TxSendMessage method.  This method will
never have a handle to a window to pass to RichEditWndProc_common in
order to get the editor with GetWindowLongPtrW, but passing the editor
will work (even if hWnd is NULL).

15 years agorichedit: Avoid re-calculating positions found in wrapping for painting.
Dylan Smith [Fri, 19 Dec 2008 14:54:58 +0000 (09:54 -0500)] 
richedit: Avoid re-calculating positions found in wrapping for painting.

When the text is wrapped, the positions for all the runs, paragraphs,
and cells are already calculated and stored.  The only thing left to do
for painting is to offset them by the formatting rectangle and the
scroll position.

15 years agorichedit: Removed redundant editor height variables and calculations.
Dylan Smith [Fri, 19 Dec 2008 13:15:04 +0000 (08:15 -0500)] 
richedit: Removed redundant editor height variables and calculations.

During wrapping there were three different heights that were being
stored, with only one of them being done correctly.  The other ones
failed to incorporate the height of the paragraph or row, so ended up
being incorrect.

15 years agomsxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.
Alistair Leslie-Hughes [Fri, 19 Dec 2008 08:48:58 +0000 (19:48 +1100)] 
msxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.

15 years agomsxml3: Make functions static.
Alistair Leslie-Hughes [Thu, 18 Dec 2008 19:58:39 +0000 (06:58 +1100)] 
msxml3: Make functions static.

15 years agomshtml: Implement IHTMLStyle get_position.
Alistair Leslie-Hughes [Fri, 19 Dec 2008 06:46:58 +0000 (17:46 +1100)] 
mshtml: Implement IHTMLStyle get_position.

15 years agowinex11.drv: Do not assume window managers support _NET_WORKAREA.
Vincent Povirk [Tue, 16 Dec 2008 23:47:03 +0000 (17:47 -0600)] 
winex11.drv: Do not assume window managers support _NET_WORKAREA.

15 years agodmusic: Move IDirectMusicThru and IDirectMusicPortDownload to DirectMusicPort object...
Christian Costa [Thu, 18 Dec 2008 20:24:58 +0000 (21:24 +0100)] 
dmusic: Move IDirectMusicThru and IDirectMusicPortDownload to DirectMusicPort object where they belong.

15 years agowined3d: Consistently use .xyzw for vector components.
Henri Verbeet [Fri, 19 Dec 2008 18:21:56 +0000 (19:21 +0100)] 
wined3d: Consistently use .xyzw for vector components.

15 years agowined3d: Remove a useless FIXME.
Henri Verbeet [Fri, 19 Dec 2008 18:21:56 +0000 (19:21 +0100)] 
wined3d: Remove a useless FIXME.

15 years agowined3d: Only apply shader constants that changed.
Henri Verbeet [Fri, 19 Dec 2008 18:21:56 +0000 (19:21 +0100)] 
wined3d: Only apply shader constants that changed.

This improves performance a bit for applications that use a lot of
shaders with a lot of constants.

15 years agowined3d: Properly reset the stateblock.
Henri Verbeet [Fri, 19 Dec 2008 18:21:55 +0000 (19:21 +0100)] 
wined3d: Properly reset the stateblock.

15 years agowined3d: Set the initial viewport in InitStartupStateBlock().
Henri Verbeet [Fri, 19 Dec 2008 18:21:55 +0000 (19:21 +0100)] 
wined3d: Set the initial viewport in InitStartupStateBlock().

>From 8aa3fb7ceb6fb93abf71520c852403284a9f8c76 Mon Sep 17 00:00:00 2001
From: Henri Verbeet <hverbeet@codeweavers.com>
Date: Fri, 19 Dec 2008 19:21:55 +0100
Subject: wined3d: Set the initial viewport in InitStartupStateBlock().

15 years agodinput: Remove DIEnumDevicesCallbackAtoW.
Vitaliy Margolen [Fri, 19 Dec 2008 18:06:49 +0000 (11:06 -0700)] 
dinput: Remove DIEnumDevicesCallbackAtoW.

It's no longer used.

15 years agowinemaker: Correctly process directories containing regexp metacharacters.
Simon C. Ion [Sat, 20 Dec 2008 00:23:45 +0000 (18:23 -0600)] 
winemaker: Correctly process directories containing regexp metacharacters.