Ticket #5980: MythTV-dvd_reader.c.patch
File MythTV-dvd_reader.c.patch, 558 bytes (added by , 17 years ago) |
---|
-
libs/libmythdvdnav/dvd_reader.c
400 400 return 0; 401 401 } 402 402 403 #ifndef WIN32 /* don't have fchdir, and getcwd( NULL, ... ) is strange */403 #ifndef _WIN32 /* don't have fchdir, and getcwd( NULL, ... ) is strange */ 404 404 /* Also WIN32 does not have symlinks, so we don't need this bit of code. */ 405 405 406 406 /* Resolve any symlinks and get the absolut dir name. */