Ticket #5980: MythTV-dvd_reader.c.patch

File MythTV-dvd_reader.c.patch, 558 bytes (added by Jonathan Martens <jonathan@…>, 17 years ago)
  • libs/libmythdvdnav/dvd_reader.c

     
    400400                return 0;
    401401        }
    402402
    403 #ifndef WIN32 /* don't have fchdir, and getcwd( NULL, ... ) is strange */
     403#ifndef _WIN32 /* don't have fchdir, and getcwd( NULL, ... ) is strange */
    404404              /* Also WIN32 does not have symlinks, so we don't need this bit of code. */
    405405
    406406        /* Resolve any symlinks and get the absolut dir name. */