#ifndef _UX_LIB_DS_H_ #define _UX_LIB_DS_H_ #ifdef XOPEN_CATALOG #include #endif #define DS_MS_LU_OUTMEMORY "341 No more memory is available.\n" #define DS_MS_LU_FORMATDUMP "%s = %ld\n" #define DS_MS_LU_INSTEXCEEDED "342 The maximum number of instances for a class is\n\ exceeded in: %s.\n" #define DS_MS_LU_MALLOCFAILED "343 malloc() failed in: %s.\n" #define DS_MS_LU_REALLOCFAILED "344 realloc failed in: %s.\n" #define DS_MS_LU_UNDEFERROR "345 An undefined error occurred in: %s.\n" #define DS_MS_LU_SECONDNOTANCESTOR "346 The second parameter in the call to UxCenterVisibly()\n\ is not an ancestor of the first parameter.\n" #define DS_MS_LU_ALDRYREGISTERED "347 The resource %s is already registered.\n" #define DS_MS_LU_WIDGETMIDGETFMT "%ld = %ld\n" #endif