Jeff Zaroyko : winmm: Remove misleading message.

Alexandre Julliard julliard at winehq.org
Mon Aug 18 10:46:52 CDT 2008


Module: wine
Branch: master
Commit: 4603c873517c822131dd75ca3df83a98f70c523b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4603c873517c822131dd75ca3df83a98f70c523b

Author: Jeff Zaroyko <jeffz at 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;
 	}




More information about the wine-cvs mailing list