home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vp21beta.zip / ARTLSRC.RAR / USE16.PAS < prev    next >
Pascal/Delphi Source File  |  2000-08-15  |  153b  |  16 lines

  1. unit Use16;
  2.  
  3. interface
  4.  
  5. {$IFDEF VIRTUALPASCAL}
  6.  
  7. type
  8.   Integer = System.Integer;
  9.   Word    = System.Word;
  10.  
  11. {$ENDIF}
  12.  
  13. implementation
  14.  
  15. end.
  16.