Implementation of IsoDataSource based on POSIX I/O.

This commit is contained in:
Vreixo Formoso
2007-12-30 18:29:39 +01:00
parent 702bd0f288
commit 135ac835eb
3 changed files with 146 additions and 5 deletions

View File

@ -39,6 +39,7 @@
#define ISO_FILE_IS_NOT_DIR -108
#define ISO_FILE_IS_NOT_SYMLINK -109
#define ISO_FILE_TOO_BIG -110
#define ISO_FILE_SEEK_ERROR -111
#define ISO_CHARSET_CONV_ERROR -150