home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / EDITORES / TSCREDD2.ZIP / SCRDISK4.EXE / #DEFINES.C next >
Encoding:
C/C++ Source or Header  |  1990-02-09  |  541 b   |  21 lines

  1. /*
  2. Include mouse procedures in this compile.... These procedure can not
  3. be linked out by the smart linker if they are not referenced.
  4. */
  5. #define MOUSE
  6.  
  7.  
  8. /*
  9. Include field validation procedure in Turbo ScrEdit libraries.... These
  10. procdures can not be linked out by the smart linker if they are not
  11. referenced.
  12. */
  13. #define VALIDATE
  14.  
  15.  
  16. /*
  17. Include color changeing procedures in Turbo ScrEdit libraries.... These
  18. procedures CAN BE LINKED out by the smart linker if the are not
  19. referenced by your programs.
  20. */
  21. #define COLORCHANGE