Commit 62c776a7 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

winedump: Avoid LPVOID when creating stub dll.

parent 77b75ca1
......@@ -237,8 +237,8 @@ void output_c_preamble (void)
}
fprintf (cfile,
"BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID "
"reserved)\n{\n"
"BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void "
"*reserved)\n{\n"
" TRACE(\"(%%p, %%u, %%p)\\n\", instance, reason, reserved);\n\n"
" switch (reason)\n"
" {\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment