Commit 27b790b4 authored by Alexandre Julliard's avatar Alexandre Julliard

Compile fix.

parent 8fe0551a
......@@ -482,7 +482,7 @@ VOID MACRO_Print(VOID)
printer.hPrintTemplate = 0;
printer.hSetupTemplate = 0;
if (PrintDlg16((LPPRINTDLG16)&printer)) {
if (PrintDlgA(&printer)) {
fprintf(stderr, "Print()\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