Snoopy: print correct title for OpenResource patch.
[AROS.git] / compiler / include / utility / utility.h
blob532030d8dfe3bf99246d215bf8330460020bcfc0
1 #ifndef UTILITY_UTILITY_H
2 #define UTILITY_UTILITY_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Definitions for utility.library
9 Lang: english
12 #ifndef EXEC_TYPES_H
13 # include <exec/types.h>
14 #endif
15 #ifndef EXEC_LIBRARIES_H
16 # include <exec/libraries.h>
17 #endif
18 #ifndef DOS_DOS_H
19 # include <dos/dos.h>
20 #endif
22 #define UTILITYNAME "utility.library"
24 struct UtilityBase
26 struct Library ub_LibNode;
27 UBYTE ub_Language;
28 UBYTE ub_Reserved;
31 #endif /* UTILITY_UTILITY_H */