Add a warning for OS3 for a non-working function

This commit is contained in:
Chris Young 2016-02-25 19:50:53 +00:00
parent 829642e8f7
commit 55b9a12785

View File

@ -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;