configuration: #ifdef CIF_MODULE

Enclosed symbols only seem available with when this ifdef.
This commit is contained in:
Darryl L. Miles
2025-07-26 17:48:31 -04:00
committed by R. Timothy Edwards
parent 22c074537d
commit bfefc7196e
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -1633,7 +1633,10 @@ dbTileScaleFunc(tile, scvals)
if (IsSplit(tile))
type = (SplitSide(tile)) ? SplitRightType(tile) : SplitLeftType(tile);
DBNMPaintPlane(scvals->ptarget, exact, &targetRect,
((scvals->doCIF) ? CIFPaintTable :
(
#ifdef CIF_MODULE
(scvals->doCIF) ? CIFPaintTable :
#endif
DBStdPaintTbl(type, scvals->pnum)),
(PaintUndoInfo *)NULL);
return 0;