From b49ece26acada449e39525c7b607f2194e73ea91 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Mon, 25 Apr 2005 17:10:12 +0000 Subject: [PATCH] - fixed including of the sdl font for the status bar if plugins are enabled --- bochs/gui/rfb.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bochs/gui/rfb.cc b/bochs/gui/rfb.cc index cbc65baaf..63019ca26 100644 --- a/bochs/gui/rfb.cc +++ b/bochs/gui/rfb.cc @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: rfb.cc,v 1.42 2005-04-25 16:20:14 vruppert Exp $ +// $Id: rfb.cc,v 1.43 2005-04-25 17:10:12 vruppert Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2000 Psyon.Org! @@ -39,7 +39,7 @@ #include "icon_bochs.h" #include "font/vga.bitmap.h" -#if BX_WITH_SDL +#if BX_WITH_SDL && !BX_PLUGINS extern unsigned char sdl_font8x8[256][8]; #else #include "sdl.h" // 8x8 font for status text