Andrew Nguyen : wine.inf: Add a fake 16-bit DLL for mmsystem.dll.
Module: wine Branch: master Commit: 2b92e554a831e197b8e9b560593ffa5b7a0fdf41 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2b92e554a831e197b8e9b56059... Author: Andrew Nguyen <anguyen(a)codeweavers.com> Date: Sat Apr 16 03:37:34 2011 -0500 wine.inf: Add a fake 16-bit DLL for mmsystem.dll. --- tools/wine.inf.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index d4a457b..ee23bb3 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -2576,6 +2576,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 10,,winhlp32.exe 10,command,start.exe 10,system,ddeml.dll,ddeml.dll16 +10,system,mmsystem.dll,mmsystem.dll16 11,,ddhelp.exe 11,,dosx.exe 11,,dsound.vxd
participants (1)
-
Alexandre Julliard