home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / ck5a188s.zip / CKOKER.H < prev    next >
C/C++ Source or Header  |  1992-11-23  |  208b  |  11 lines

  1. #ifndef CKOKER_H
  2. #define CKOKER_H
  3. /* For OS/2 debugging... */
  4. #ifdef __IBMC__
  5. #ifdef __DEBUG
  6. #define __DEBUG_ALLOC__
  7. #pragma strings(readonly)
  8. #endif /* __DEBUG */
  9. #endif /* __IBMC__ */
  10. #endif /* CKOKER_H */
  11.