Alexandre Julliard : wine.inf: Create a fake module for mountmgr.sys.
Module: wine Branch: master Commit: 84308ffcde17383791f916e36df7b07067ca3558 URL: http://source.winehq.org/git/wine.git/?a=commit;h=84308ffcde17383791f916e36d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Mar 28 17:26:09 2008 +0100 wine.inf: Create a fake module for mountmgr.sys. --- tools/wine.inf | 1 + tools/wineprefixcreate.in | 1 - 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index f3a45e6..ad59d4d 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -2278,6 +2278,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,winver.exe 11,,ws2_32.dll 11,,wsock32.dll +12,,mountmgr.sys 16422,Internet Explorer,iexplore.exe [SystemIni] diff --git a/tools/wineprefixcreate.in b/tools/wineprefixcreate.in index d43330d..d91a3f6 100644 --- a/tools/wineprefixcreate.in +++ b/tools/wineprefixcreate.in @@ -158,7 +158,6 @@ for i in \ "$CROOT/windows/inf" \ "$CROOT/windows/system" \ "$CROOT/windows/system32" \ - "$CROOT/windows/system32/drivers" \ "$CROOT/windows/system32/spool" \ "$CROOT/windows/system32/spool/drivers" \ "$CROOT/windows/system32/spool/drivers/color" \
participants (1)
-
Alexandre Julliard