An alternative way to compile with the original tqtinterface v3.5.13
v3.5.13-sru
Slávek Banko 12 years ago
parent e8946181ef
commit 1236eeac26

@ -636,7 +636,7 @@ KFaxImage::GetImage(pagenode *pn)
}
// byte-swapping the image on little endian machines
#if defined(Q_BYTE_ORDER) && (Q_BYTE_ORDER == TQ_LITTLE_ENDIAN)
#if defined(Q_BYTE_ORDER) && (Q_BYTE_ORDER == Q_LITTLE_ENDIAN)
for (int y=pn->image.height()-1; y>=0; --y) {
TQ_UINT32 *source = (TQ_UINT32 *) pn->image.scanLine(y);
TQ_UINT32 *dest = source;

Loading…
Cancel
Save