Changeset 140 for trunk


Ignore:
Timestamp:
Oct 20, 2006, 11:46:43 PM (19 years ago)
Author:
dmik
Message:

Compiling: Applied a workaround for the Innotek GCC compiler bug related to attribute((system)) processing (see http://svn.netlabs.org/libc/ticket/129 for more details).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel/qregion_pm.cpp

    r61 r140  
    4141#include "qbitmap.h"
    4242#include "qimage.h"
    43 #include "qt_os2.h"
    4443
    4544//  To compensate the difference between Qt (where y axis goes downwards) and
     
    7372                                                 ULONG flOptions );
    7473#endif
     74
     75// this include statement is *after* the above extern definitions because of the
     76// Innotek GCC bug regarding the __attribute__((__system__)) processing, see
     77// http://svn.netlabs.org/libc/ticket/129 for more info.
     78#include "qt_os2.h"
    7579
    7680QRegion::QRegion()
Note: See TracChangeset for help on using the changeset viewer.