GLK: JACL: Amiga compilation fix

This commit is contained in:
Paul Gilbert 2019-10-09 19:26:29 -07:00
parent 54753ffce9
commit c5e3ccbca2
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ namespace JACL {
int convert_to_utf32(unsigned char *text);
glui32 status_width, status_height;
uint status_width, status_height;
schanid_t sound_channel[8] = { NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL

View File

@ -29,7 +29,7 @@ namespace Glk {
namespace JACL {
#ifdef GLK
extern glui32 status_width, status_height;
extern uint status_width, status_height;
extern winid_t statuswin;
#endif