#ifndef LIBRARIES_TRANSLATOR_H #define LIBRARIES_TRANSLATOR_H /* ** $VER: translator.h 36.1 (13.12.1990) ** Includes Release 45.1 ** ** Useful definitions for translator.library ** ** (C) Copyright 1988-2001 Amiga, Inc. and ** Joseph Katz/Mark Barton. All rights reserved. */ /* Translator error return codes */ #define TR_NotUsed -1 /* This is an oft used system rc */ #define TR_NoMem -2 /* Can't allocate memory */ #define TR_MakeBad -4 /* Error in MakeLibrary call */ #endif /* LIBRARIES_TRANSLATOR_H */