|
Qt 4.8
|
Go to the documentation of this file. 42 #ifndef QATOMIC_MACOSX_H 43 #define QATOMIC_MACOSX_H 47 #if defined(__x86_64__) 48 # include <QtCore/qatomic_x86_64.h> 49 #elif defined(__i386__) 50 # include <QtCore/qatomic_i386.h> 51 #else // !__x86_64 && !__i386__ 52 # include <QtCore/qatomic_powerpc.h> 53 #endif // !__x86_64__ && !__i386__ 57 #endif // QATOMIC_MACOSX_H