winedump: Fix typo in code generation

André Hentschel nerv at dawncrow.de
Wed Oct 20 16:38:52 CDT 2010


some lines above that hunk:
fputs ("\nHMODULE hDLL=0;    /* DLL to call */\n\n", cfile);
---
 tools/winedump/output.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winedump/output.c b/tools/winedump/output.c
index 5b0e1f5..69c7eed 100644
--- a/tools/winedump/output.c
+++ b/tools/winedump/output.c
@@ -248,7 +248,7 @@ void  output_c_preamble (void)
 
   if (globals.forward_dll)
     fprintf (cfile,
-           "            DLL = LoadLibraryA(\"%s\");\n"
+           "            hDLL = LoadLibraryA(\"%s\");\n"
            "            TRACE(\"Forwarding DLL (%s) loaded (%%p)\\n\", hDLL);\n",
            globals.forward_dll, globals.forward_dll);
   else
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list