This is DAYTime.h in view mode; [Download] [Up]
// // DAYTime.h -- this is a compatability header // Written by Don Yacktman Copyright (c) 1993 by Don Yacktman. // #import <misckit/MiscTime.h> #ifndef DAYTIMECOMPAT_H #define DAYTIMECOMPAT_H #define DAYTime MiscTime #define DAY_UNKNOWN_DOW MISC_TIME_UNKNOWN_DOW #define DAY_MAX_MICROSECONDS MISC_TIME_MAX_MICROSECONDS #define DAY_MAX_SECONDS MISC_TIME_MAX_SECONDS #define DAY_MAX_MINUTES MISC_TIME_MAX_MINUTES #define DAY_MAX_HOURS MISC_TIME_MAX_HOURS #define DAY_MAX_DAYS MISC_TIME_MAX_DAYS #define DAY_MAX_MONTHS MISC_TIME_MAX_MONTHS #endif DAYTIMECOMPAT_H
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.