From ce24c2a8a706cb016c2aaef7deb629e4ba7cca93 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Tue, 20 Jun 2006 01:07:46 -0700 Subject: [PATCH] tools/wine.inf: Add d3d8.dll to the fake dlls list. --- tools/wine.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/wine.inf b/tools/wine.inf index f822c1f089b..4f922df319c 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -2121,6 +2121,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,comdlg32.dll 11,,control.exe 11,,crypt32.dll +11,,d3d8.dll 11,,dbghelp.dll 11,,ddraw.dll 11,,gdi32.dll -- 2.11.4.GIT