- Fix multilib header
This commit is contained in:
parent
40fa382b30
commit
4168387dfa
@ -4,17 +4,17 @@
|
|||||||
*
|
*
|
||||||
* DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */
|
* DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */
|
||||||
|
|
||||||
#ifndef QCONFIG_MULTILIB_H
|
#ifndef MULTILIB_QV4GLOBAL_H
|
||||||
#define QCONFIG_MULTILIB_H
|
#define MULTILIB_QV4GLOBAL_H
|
||||||
|
|
||||||
#ifndef __WORDSIZE
|
#ifndef __WORDSIZE
|
||||||
#include <bits/wordsize.h>
|
#include <bits/wordsize.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __WORDSIZE == 32
|
#if __WORDSIZE == 32
|
||||||
#include "QtQml/private/qv4global_p-32.h"
|
#include <private/qv4global_p-32.h>
|
||||||
#elif __WORDSIZE == 64
|
#elif __WORDSIZE == 64
|
||||||
#include "QtQml/private/qv4global_p-64.h"
|
#include <private/qv4global_p-64.h>
|
||||||
#else
|
#else
|
||||||
#error "unexpected value for __WORDSIZE macro"
|
#error "unexpected value for __WORDSIZE macro"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user