Changeset 97 for oup/rewrite/Global


Ignore:
Timestamp:
Jan 23, 2007, 12:05:45 AM (18 years ago)
Author:
alloc
Message:
 
Location:
oup/rewrite/Global
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • oup/rewrite/Global/TypeDefs.pas

    r93 r97  
    33
    44uses
    5   Graphics;
     5  Graphics, SysUtils;
    66
    77type
     8  ENotImplemented = class(Exception);
     9
    810  TDataBackend = (DB_ONI, DB_ADB);
     11  TDataOS = (DOS_WIN, DOS_MAC);
    912
    1013  TChangeRights = set of (CR_EditDat, CR_EditRaw, CR_ResizeDat, CR_ResizeRaw);
     
    5154  );
    5255
    53   TByteArray = array of Byte;
     56  TByteData = array of Byte;
    5457
    5558  TAppSettings = record
     
    7982}
    8083
     84const
     85  CrLf: String[2] = #13#10;
     86
    8187implementation
    8288
Note: See TracChangeset for help on using the changeset viewer.