home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / acl-lib.zip / ACLConstants.pas next >
Pascal/Delphi Source File  |  2000-07-27  |  187b  |  14 lines

  1. Unit ACLConstants;
  2.  
  3. Interface
  4.  
  5. Const
  6.   EndLine= chr(13)+chr(10);
  7.   TwoEndLines= chr(13)+chr(10)+chr(13)+chr(10);
  8.   mrFailed = $c000 + 1;
  9.  
  10. Implementation
  11.  
  12. Initialization
  13. End.
  14.