SDL2: fixed link failure caused by the SDL font usage in the 'rfb and 'vncsrv'' guis
This commit is contained in:
parent
d9b3c3b91b
commit
c7ae0310ac
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user