/* platforms.h, definitions I found necessary to have in all headers. * This file include platform system definitions, platform macros * and platform type definitions. * * By Alfons Hoogervorst / Alliterated Software Development, 1997. */ #ifndef __PLATFORMS_H #define __PLATFORMS_H #include /* Compiler specific platform definitions */ #include /* Configuration */ #include /* Definitions used in programs */ #include /* Platform / compiler independent types */ #endif /* __PLATFORMS_H */