home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c070 / 1.ddi / TOOLS.1 / INCLUDE / BGENWIN.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-31  |  738 b   |  23 lines

  1. /**
  2. *
  3. *  BGENWIN.H     Header file to suppress support of the compiler's native
  4. *         text window.
  5. *
  6. *  Version 6.00  (C)Copyright Blaise Computing Inc.  1989
  7. *
  8. **/
  9.  
  10. #ifndef DEF_BGENWIN        /* Prevent redefinition.         */
  11. #define DEF_BGENWIN 1
  12.  
  13.         /* The symbol B_NATIVE_WINDOWS is used at compile    */
  14.         /* time to determine whether Blaise C TOOLS routines */
  15.         /* will support the compiler's native text window.   */
  16.         /* If it is defined as 1, the native text window is  */
  17.         /* supported; a value of 0 means it is not.         */
  18.  
  19. #define B_NATIVE_WINDOWS 0     /* No native text window support.   */
  20. /* #define B_NATIVE_WINDOWS 1 */ /* Native text window support.      */
  21.  
  22. #endif                /* Ends "#ifndef DEF_BGENWIN".       */
  23.