equal
deleted
inserted
replaced
246 #define ERR_SYMLINK_DISALLOWED "Symbolic links are disabled" |
246 #define ERR_SYMLINK_DISALLOWED "Symbolic links are disabled" |
247 #define ERR_NO_WRITE_DIR "Write directory is not set" |
247 #define ERR_NO_WRITE_DIR "Write directory is not set" |
248 #define ERR_NO_SUCH_FILE "No such file" |
248 #define ERR_NO_SUCH_FILE "No such file" |
249 #define ERR_PAST_EOF "Past end of file" |
249 #define ERR_PAST_EOF "Past end of file" |
250 #define ERR_ARC_IS_READ_ONLY "Archive is read-only" |
250 #define ERR_ARC_IS_READ_ONLY "Archive is read-only" |
|
251 #define ERR_IO_ERROR "I/O error" |
251 |
252 |
252 /* |
253 /* |
253 * Call this to set the message returned by PHYSFS_getLastError(). |
254 * Call this to set the message returned by PHYSFS_getLastError(). |
254 * Please only use the ERR_* constants above, or add new constants to the |
255 * Please only use the ERR_* constants above, or add new constants to the |
255 * above group, but I want these all in one place. |
256 * above group, but I want these all in one place. |
297 /*--------------------------------------------------------------------------*/ |
298 /*--------------------------------------------------------------------------*/ |
298 /*--------------------------------------------------------------------------*/ |
299 /*--------------------------------------------------------------------------*/ |
299 /*------------ ----------------*/ |
300 /*------------ ----------------*/ |
300 /*------------ You MUST implement the following functions ----------------*/ |
301 /*------------ You MUST implement the following functions ----------------*/ |
301 /*------------ if porting to a new platform. ----------------*/ |
302 /*------------ if porting to a new platform. ----------------*/ |
302 /*------------ (see unix.c for an example) ----------------*/ |
303 /*------------ (see platform/unix.c for an example) ----------------*/ |
303 /*------------ ----------------*/ |
304 /*------------ ----------------*/ |
304 /*--------------------------------------------------------------------------*/ |
305 /*--------------------------------------------------------------------------*/ |
305 /*--------------------------------------------------------------------------*/ |
306 /*--------------------------------------------------------------------------*/ |
306 |
307 |
307 |
308 |