Compile fix.
This commit is contained in:
parent
8fe0551aa3
commit
27b790b4a6
|
@ -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");
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue