Changeset 1572
- Timestamp:
- Jul 5, 2012, 12:08:28 AM (11 years ago)
- Location:
- trunk/src/bullet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bullet/BulletCollision/BroadphaseCollision/btDbvt.h
r1570 r1572 93 93 94 94 #if DBVT_USE_MEMMOVE 95 #if !defined( __CELLOS_LV2__) && !defined(__MWERKS__) 95 #if !defined( __CELLOS_LV2__) && !defined(__MWERKS__) && !defined(__native_client__) 96 96 #include <memory.h> 97 97 #endif -
trunk/src/bullet/LinearMath/btSerializer.h
r1570 r1572 21 21 #include "btHashMap.h" 22 22 23 #if !defined( __CELLOS_LV2__) && !defined(__MWERKS__) 23 #if !defined( __CELLOS_LV2__) && !defined(__MWERKS__) && !defined(__native_client__) 24 24 #include <memory.h> 25 25 #endif
Note: See TracChangeset
for help on using the changeset viewer.