- Fix typo: AbortProc returns TRUE to continue the print job or FALSE to cancel the print job.

svn path=/trunk/; revision=41092
This commit is contained in:
James Tabor 2009-05-24 04:14:48 +00:00
parent e7651266fd
commit 3bf062d708

View file

@ -174,7 +174,7 @@ VOID GdiSAPCallback(PLDC pldc)
pldc->CallBackTick = NewTime;
if ( pldc->pAbortProc(pldc->hDC, 0) )
if ( !pldc->pAbortProc(pldc->hDC, 0) )
{
CancelDC(pldc->hDC);
AbortDoc(pldc->hDC);