home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 230.lha / PopCli_IV / popbug.h < prev    next >
C/C++ Source or Header  |  1989-04-06  |  233b  |  15 lines

  1. #ifdef BUGMACROS
  2.  
  3. extern void __stdargs    myprintf(char *,);
  4.  
  5. #define BUG(A)     (myprintf A)
  6. #define BUGWINDOW  "CON:320/0/320/200/PopCLI IV/a"
  7. #define BUGTEMPWIN "CON:0/0/320/200/Goin' Away!/a"
  8.  
  9. #else
  10.  
  11. #define BUG(A)    
  12.  
  13. #endif
  14.  
  15.