home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / WASTE 1.3a5 / Demo / Projects / WEDemo_prefix.h next >
Encoding:
Text File  |  1997-05-11  |  783 b   |  27 lines  |  [TEXT/CWIE]

  1. //    Universal Headers #defines
  2.  
  3. #define        OLDROUTINENAMES                    0
  4. #define        OLDROUTINELOCATIONS                0
  5. #define        CGLUESUPPORTED                    0
  6. #define        SystemSixOrLater                1
  7. #define        SystemSevenOrLater                1
  8. #define        SystemSevenFiveOrLater            0
  9. #define        STRICT_WINDOWS                    1
  10. #define        STRICT_CONTROLS                    1
  11. #define        STRICT_MENUS                    1
  12. #define        STRICT_LISTS                    1
  13.  
  14. //    WASTE #defines
  15.  
  16. #define        WASTE_DEBUG                        0
  17. #define        WASTE_OBJECTS                    1
  18. #define        WASTE_REDRAW_SPEED                0
  19. #define     WASTE_NO_SYNCH                    0
  20. #define     WASTE_NO_RO_CARET                1
  21. #define     WASTE_IC_SUPPORT                1
  22. #define     WASTE_OBJECTS_ARE_GLYPHS        0
  23. #define     WASTE_RESOLVE_FONT_DESIGNATORS    1
  24. #define     WASTE_WECALTEXT_DOES_REDRAW        0
  25. #define     WASTE_KURTHS_OPTION_ARROWS        1
  26. #define     WASTE_TRANSLUCENT_DRAGS            ( GENERATINGPOWERPC | ( ! GENERATINGCFM ) )
  27.