SDL2: fixed link failure caused by the SDL font usage in the 'rfb and 'vncsrv'' guis

This commit is contained in:
Volker Ruppert 2014-07-02 21:08:54 +00:00
parent d9b3c3b91b
commit c7ae0310ac
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
#include "icon_bochs.h"
#include "font/vga.bitmap.h"
#if BX_WITH_SDL && !BX_PLUGINS
#if (BX_WITH_SDL || BX_WITH_SDL2) && !BX_PLUGINS
extern unsigned char sdl_font8x8[256][8];
#else
#include "sdl.h" // 8x8 font for status text

View File

@ -52,7 +52,7 @@
#include "icon_bochs.h"
#include "font/vga.bitmap.h"
#if (BX_WITH_SDL || BX_WITH_RFB) && !BX_PLUGINS
#if (BX_WITH_SDL || BX_WITH_SDL2 || BX_WITH_RFB) && !BX_PLUGINS
extern unsigned char sdl_font8x8[256][8];
#else
#include "sdl.h" // 8x8 font for status text