mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 20:11:02 +02:00
* renamed error constants in 1.1
This commit is contained in:
parent
b471a302e5
commit
4cf75a691d
@ -47,7 +47,7 @@ Type
|
||||
{$PACKRECORDS C}
|
||||
|
||||
const
|
||||
EDRIVE_CANT_DO_THIS = Sys_EOPNOTSUPP ; // = 95
|
||||
EDRIVE_CANT_DO_THIS = {$ifdef ver1_0}Sys_EOPNOTSUPP{$else}ESysEOPNOTSUPP{$endif}; // = 95
|
||||
CDROMPAUSE = $5301;
|
||||
CDROMRESUME = $5302;
|
||||
CDROMPLAYMSF = $5303;
|
||||
|
Loading…
Reference in New Issue
Block a user