Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1494883
 поиск   регистрация   авторизация 
 
Группа :: Система/Библиотеки
Пакет: qt4

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: qt-4.0.1-alt-iso_c_extension.patch


--- qt-x11-opensource-src-4.0.1/src/corelib/global/qglobal.h~	2005-10-24 20:24:27 +0400
+++ qt-x11-opensource-src-4.0.1/src/corelib/global/qglobal.h	2005-10-24 20:24:59 +0400
@@ -545,7 +545,9 @@ typedef unsigned __int64 quint64;  /* 64
 #else
 #  define Q_INT64_C(c) static_cast<long long>(c ## LL)     /* signed 64 bit constant */
 #  define Q_UINT64_C(c) static_cast<unsigned long long>(c ## ULL) /* unsigned 64 bit constant */
+__extension__
 typedef long long qint64;           /* 64 bit signed */
+__extension__
 typedef unsigned long long quint64; /* 64 bit unsigned */
 #endif
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005