Problem: 1661306
Title: (Includes) Wrong include guard in UApplication.cp
Received: Jun 6 1997 5:01PM
The line in UApplication.cp:
#ifndef __ImageCompression__ #includeto match the original #define.#endif should be changed to: #ifndef __IMAGECOMPRESSION__ #include #endif
In UApplication.cp: Changed #ifndef __ImageCompression__ to #ifndef __IMAGECOMPRESSION__