home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tpapi.zip / NETWARE.INC < prev    next >
Text File  |  1992-02-27  |  437b  |  28 lines

  1. (*
  2.  
  3.   NETWARE.INC is included in all NW?????? units. (inc NETWARE)
  4.  
  5. *)
  6.  
  7. {+++++++++++++++++++++++++++    DEFINES   AREA   +++++++++++++++++++++++++++}
  8.  
  9. {$DEFINE FINALNET}
  10.  
  11. {+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++}
  12.  
  13. {$IFDEF FINALNET}
  14.  
  15. {$IFDEF VER55}
  16. {$A+,B-,D-,F+,I-,L-,O+,R-,S-,V-}
  17.  
  18. {$ELSE}
  19. {$A+,B-,D-,F+,G-,I-,L-,O+,R-,S-,V-,X-}
  20. {$ENDIF}
  21.  
  22. {$ELSE}
  23.  
  24. {$S+,R+,L+,D+}
  25.  
  26. {$ENDIF}
  27.  
  28.