mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Add a warning for OS3 for a non-working function
This commit is contained in:
parent
829642e8f7
commit
55b9a12785
@ -1116,6 +1116,9 @@ static void gui_init2(int argc, char** argv)
|
||||
|
||||
static void ami_update_buttons(struct gui_window_2 *gwin)
|
||||
{
|
||||
#ifndef __amigaos4__
|
||||
#warning these buttons aren't updating on OS3
|
||||
#endif
|
||||
long back=FALSE,forward=TRUE,tabclose=FALSE,stop=FALSE,reload=FALSE;
|
||||
long storage = FALSE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user