lib/driver/device.c: bug in close routine looping.

lib/*: Modify close routine for Win32 ioctl.
src/cdda-player: add option for close cd tray and minor things
This commit is contained in:
rocky
2005-03-08 03:11:19 +00:00
parent db3b2fa938
commit 7ae764d9b8
6 changed files with 80 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cdio_private.h,v 1.23 2005/03/07 07:23:52 rocky Exp $
$Id: cdio_private.h,v 1.24 2005/03/08 03:11:19 rocky Exp $
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -474,6 +474,7 @@ extern "C" {
unsigned int *i_drives);
driver_return_code_t close_tray_linux (const char *psz_device);
driver_return_code_t close_tray_win32 (const char *psz_win32_drive);
#ifdef __cplusplus