summaryrefslogtreecommitdiff
path: root/atari/plot/font_vdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot/font_vdi.h')
-rwxr-xr-xatari/plot/font_vdi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/atari/plot/font_vdi.h b/atari/plot/font_vdi.h
index e9f1894b4..6de2c4e29 100755
--- a/atari/plot/font_vdi.h
+++ b/atari/plot/font_vdi.h
@@ -15,9 +15,11 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef WITH_VDI_FONT_DRIVER
#ifndef FONT_PLOTTER_VDI
#define FONT_PLOTTER_VDI
int ctor_font_plotter_vdi( FONT_PLOTTER self );
-#endif \ No newline at end of file
+#endif
+#endif