Jeff Zaroyko : winmm: Remove misleading message.
Module: wine Branch: master Commit: 4603c873517c822131dd75ca3df83a98f70c523b URL: http://source.winehq.org/git/wine.git/?a=commit;h=4603c873517c822131dd75ca3d... Author: Jeff Zaroyko <jeffz(a)jeffz.name> Date: Sat Aug 16 16:47:34 2008 +1000 winmm: Remove misleading message. --- dlls/winmm/mci.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/dlls/winmm/mci.c b/dlls/winmm/mci.c index 411d28e..0053619 100644 --- a/dlls/winmm/mci.c +++ b/dlls/winmm/mci.c @@ -898,9 +898,7 @@ static DWORD MCI_LoadMciDriver(LPCWSTR _strDevTyp, LPWINE_MCIDRIVER* lpwmd) if (strcmpiW(strDevTyp, wszAll) == 0) { dwRet = MCIERR_CANNOT_USE_ALL; } else { - FIXME("Couldn't load driver for type %s.\n" - "If you don't have a windows installation accessible from Wine,\n" - "you perhaps forgot to create a [mci] section in system.ini\n", + FIXME("Couldn't load driver for type %s.\n", debugstr_w(strDevTyp)); dwRet = MCIERR_DEVICE_NOT_INSTALLED; }
participants (1)
-
Alexandre Julliard