Rob Shearman : wine.inf: Register actxprxy.dll and create a fake DLL for it .
Module: wine Branch: master Commit: 121048a6ee9199fed86443976c524ff2f8c3eee4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=121048a6ee9199fed86443976c... Author: Rob Shearman <rob(a)codeweavers.com> Date: Fri Dec 7 16:04:07 2007 +0000 wine.inf: Register actxprxy.dll and create a fake DLL for it. --- tools/wine.inf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index 37e8417..92946f7 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -2153,6 +2153,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,oleaut32.dll,1 11,,shell32.dll,1 +11,,actxprxy.dll,1 11,,amstream.dll,1 11,,atl.dll,1 11,,avifil32.dll,1 @@ -2208,6 +2209,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 10,,winebrowser.exe 10,,winhelp.exe 10,command,start.exe +11,,actxprxy.dll 11,,advapi32.dll 11,,advpack.dll 11,,cabinet.dll
participants (1)
-
Alexandre Julliard