Commit a7a2bab4 authored by Gildas Bazin's avatar Gildas Bazin

- The Win98 DVD input is finally working. (had to install Win98 on my
    computer to find the problem ;-)
parent f20e5c35
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* libdvdcss.c: DVD reading library. * libdvdcss.c: DVD reading library.
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2001 VideoLAN * Copyright (C) 1998-2001 VideoLAN
* $Id: libdvdcss.c,v 1.6 2001/07/12 23:06:54 gbazin Exp $ * $Id: libdvdcss.c,v 1.7 2001/07/15 09:49:09 gbazin Exp $
* *
* Authors: Stphane Borel <stef@via.ecp.fr> * Authors: Stphane Borel <stef@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -648,12 +648,6 @@ static int _win32_dvdcss_aopen( char c_drive, dvdcss_handle dvdcss ) ...@@ -648,12 +648,6 @@ static int _win32_dvdcss_aopen( char c_drive, dvdcss_handle dvdcss )
fd->hASPI = (long) hASPI; fd->hASPI = (long) hASPI;
fd->lpSendCommand = lpSendCommand; fd->lpSendCommand = lpSendCommand;
if( !WIN2K )
{
fd->i_sid = MAKEWORD( ASPI_HAID, ASPI_TARGET );
return (int) fd;
}
c_drive = c_drive > 'Z' ? c_drive - 'a' : c_drive - 'A'; c_drive = c_drive > 'Z' ? c_drive - 'a' : c_drive - 'A';
for( i = 0; i < i_hostadapters; i++ ) for( i = 0; i < i_hostadapters; i++ )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment