Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / network / common / include / proto / miami.h
blobd6bd152c5ff3b13f70bd3a0bd0b9866114d74a6d
1 #ifndef PROTO_MIAMI_H
2 #define PROTO_MIAMI_H
4 /*
5 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
6 */
8 #include <exec/types.h>
9 #include <aros/system.h>
11 #include <clib/miami_protos.h>
13 #if !defined(MiamiBase) && !defined(__NOLIBBASE__) && !defined(__MIAMI_NOLIBBASE__)
14 #ifdef __MIAMI_STDLIBBASE__
15 extern struct Library *MiamiBase;
16 #else
17 extern struct Library *MiamiBase;
18 #endif
19 #endif
21 #if !defined(NOLIBDEFINES) && !defined(MIAMI_NOLIBDEFINES)
22 # include <defines/miami.h>
23 #endif
25 #endif /* PROTO_MIAMI_H */