Index: stub_draw_fab.c =================================================================== --- stub_draw_fab.c (revision 4874) +++ stub_draw_fab.c (revision 4875) @@ -41,7 +41,7 @@ t.TextString = "Can't render the fab layer: the draw_fab plugin is not compiled and/or not loaded"; t.Direction = 0; t.Scale = 150; - t.Flags = NoFlags(); + t.Flags = pcb_no_flags(); DrawTextLowLevel(&t, 0); }