mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Fix Bullet compilation.
This commit is contained in:
parent
a7740bc587
commit
2eca491961
1 changed files with 5 additions and 1 deletions
|
|
@ -24,10 +24,14 @@
|
||||||
#define _BULLET_H_
|
#define _BULLET_H_
|
||||||
|
|
||||||
// NOTE: We set these defines which bullet needs here.
|
// NOTE: We set these defines which bullet needs here.
|
||||||
#ifdef TORQUE_OS_WIN
|
#if defined TORQUE_OS_WIN && !defined(WIN32)
|
||||||
#define WIN32
|
#define WIN32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef TORQUE_CPU_X86
|
||||||
|
#define __BT_SKIP_UINT64_H
|
||||||
|
#endif
|
||||||
|
|
||||||
// NOTE: All the Bullet includes we use should be here and
|
// NOTE: All the Bullet includes we use should be here and
|
||||||
// nowhere else.... beware!
|
// nowhere else.... beware!
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue