mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 05:57:00 +03:00
More #ifdef __amigaos4__. This is getting a little messy.
svn path=/trunk/netsurf/; revision=11235
This commit is contained in:
parent
8cd854cfd5
commit
64b26c85a3
@ -85,10 +85,12 @@
|
|||||||
/* Other OS includes */
|
/* Other OS includes */
|
||||||
#include <datatypes/textclass.h>
|
#include <datatypes/textclass.h>
|
||||||
#include <devices/inputevent.h>
|
#include <devices/inputevent.h>
|
||||||
|
#ifdef __amigaos4__
|
||||||
#include <graphics/blitattr.h>
|
#include <graphics/blitattr.h>
|
||||||
#include <libraries/application.h>
|
#include <libraries/application.h>
|
||||||
#include <libraries/gadtools.h>
|
|
||||||
#include <libraries/keymap.h>
|
#include <libraries/keymap.h>
|
||||||
|
#endif
|
||||||
|
#include <libraries/gadtools.h>
|
||||||
#include <intuition/icclass.h>
|
#include <intuition/icclass.h>
|
||||||
#include <graphics/rpattr.h>
|
#include <graphics/rpattr.h>
|
||||||
#include <workbench/workbench.h>
|
#include <workbench/workbench.h>
|
||||||
@ -99,12 +101,16 @@
|
|||||||
#include <proto/button.h>
|
#include <proto/button.h>
|
||||||
#include <proto/clicktab.h>
|
#include <proto/clicktab.h>
|
||||||
#include <proto/layout.h>
|
#include <proto/layout.h>
|
||||||
|
#ifdef __amigaos4__
|
||||||
#include <proto/popupmenu.h>
|
#include <proto/popupmenu.h>
|
||||||
|
#endif
|
||||||
#include <proto/space.h>
|
#include <proto/space.h>
|
||||||
#include <proto/string.h>
|
#include <proto/string.h>
|
||||||
#include <proto/window.h>
|
#include <proto/window.h>
|
||||||
|
|
||||||
|
#ifdef __amigaos4__
|
||||||
#include <classes/popupmenu.h>
|
#include <classes/popupmenu.h>
|
||||||
|
#endif
|
||||||
#include <classes/window.h>
|
#include <classes/window.h>
|
||||||
#include <gadgets/button.h>
|
#include <gadgets/button.h>
|
||||||
#include <gadgets/clicktab.h>
|
#include <gadgets/clicktab.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user