Added symbol to fix the compilation of MSVC plugins.

This commit is contained in:
Volker Ruppert 2017-01-28 00:22:28 +00:00
parent 453991c437
commit 65dc62883c

View File

@ -82,7 +82,7 @@ typedef struct {
} bx_svga_tileinfo_t;
Bit8u reverse_bitorder(Bit8u);
BOCHSAPI_MSVCONLY Bit8u reverse_bitorder(Bit8u);
BOCHSAPI extern class bx_gui_c *bx_gui;