mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 14:21:41 +00:00
GLK: JACL: Amiga compilation fix
This commit is contained in:
parent
54753ffce9
commit
c5e3ccbca2
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user