]> git.sesse.net Git - vlc/commitdiff
Typo.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 1 Oct 2008 03:16:16 +0000 (20:16 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 1 Oct 2008 03:16:16 +0000 (20:16 -0700)
modules/gui/qt4/components/open_panels.cpp

index 40509730157ba56db55894dbdade5e42ce48a769..804b8ad0d09467fcd94dd9dff2ea3104b4658143 100644 (file)
@@ -235,7 +235,7 @@ DiscOpenPanel::DiscOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
     ui.browseDiscButton->setToolTip( qtr( I_DEVICE_TOOLTIP ));
     ui.deviceCombo->setToolTip( I_DEVICE_TOOLTIP );
 
-#if WIN32 /* Disc drives probing for Windows */
+#ifdef WIN32 /* Disc drives probing for Windows */
     char szDrives[512];
     szDrives[0] = '\0';
     if( GetLogicalDriveStringsA( sizeof( szDrives ) - 1, szDrives ) )