changeset 5672:1f8b34f1e7c0

ifdef reading dvd args, without it non-dvd compilation fails. (correct me if i'm wrong)
author eyck
date Thu, 18 Apr 2002 14:03:50 +0000
parents a8693d8d3e9d
children 1186930949c0
files Gui/interface.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/interface.c	Wed Apr 17 22:19:14 2002 +0000
+++ b/Gui/interface.c	Thu Apr 18 14:03:50 2002 +0000
@@ -47,7 +47,9 @@
 
 void guiGetEvent( int type,char * arg )
 {
+#ifdef USE_DVDREAD
  dvd_priv_t * dvdp = (dvd_priv_t *) arg;
+#endif 
  switch ( type )
   {
    case guiXEvent: