mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-01 10:39:43 +02:00
configuration: #ifdef CIF_MODULE
Enclosed symbols only seem available with when this ifdef.
This commit is contained in:
committed by
R. Timothy Edwards
parent
22c074537d
commit
bfefc7196e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user