You've already forked lazarus-ccr
removed libc dependency
fixed compiling git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2819 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -40,7 +40,7 @@ unit cd_rom;
|
||||
interface
|
||||
|
||||
uses
|
||||
Libc;
|
||||
baseunix,unix;
|
||||
|
||||
type
|
||||
__U8 = Byte;
|
||||
@@ -51,8 +51,8 @@ type
|
||||
*)
|
||||
PRequest_sense = ^request_sense;
|
||||
|
||||
const
|
||||
EDRIVE_CANT_DO_THIS = EOPNOTSUPP;
|
||||
//const
|
||||
// EDRIVE_CANT_DO_THIS = EOPNOTSUPP;
|
||||
|
||||
(*
|
||||
The CD-ROM IOCTL commands -- these should be supported by }
|
||||
|
Reference in New Issue
Block a user