[vlc-devel] [PATCH 4/8] qt4: Remove the __STDC_ISO_10646__ ifdef, it's not found on win32 or osx
Juho Vähä-Herttua
juhovh at iki.fi
Wed Jul 21 15:54:22 CEST 2010
---
modules/gui/qt4/util/customwidgets.cpp | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/util/customwidgets.cpp b/modules/gui/qt4/util/customwidgets.cpp
index 00e0296..b0318b8 100644
--- a/modules/gui/qt4/util/customwidgets.cpp
+++ b/modules/gui/qt4/util/customwidgets.cpp
@@ -392,11 +392,7 @@ int qtEventToVLCKey( QKeyEvent *e )
if( qtk <= 0xff )
/* VLC and X11 use lowercase whereas Qt uses uppercase */
-#if defined( __STDC_ISO_10646__ ) || defined( _WIN32 )
i_vlck = towlower( qtk );
-#else
-# error FIXME
-#endif
else
{
const vlc_qt_key_t *map;
--
1.7.0.4
More information about the vlc-devel
mailing list