#ifndef _QGLOBAL_H #define _QGLOBAL_H #include "defs.h" Q_EXPORT bool qSysInfo( int *wordSize, bool *bigEndian ); #endif