- Don't access list nodes after their memory has been freed.
[AROS.git] / workbench / tools / HDToolBox / error.h
blobe5dc0d1e059845ea899d5241e99540ebd70459b2
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef ERROR_H
7 #define ERROR_H
9 enum
11 ERR_NONE,
12 ERR_INTUI,
13 ERR_GFX,
14 ERR_MUIMASTER,
15 ERR_PARTITION,
16 ERR_SCREEN,
17 ERR_VISUAL,
18 ERR_GADGETS,
19 ERR_WINDOW,
20 ERR_MEMORY
23 #endif