--- 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(c ## LL) /* signed 64 bit constant */ # define Q_UINT64_C(c) static_cast(c ## ULL) /* unsigned 64 bit constant */ +__extension__ typedef long long qint64; /* 64 bit signed */ +__extension__ typedef unsigned long long quint64; /* 64 bit unsigned */ #endif