diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 14:41:07 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 15:22:41 -0600 |
| commit | 4bda45ce4e8b509eb0da786a6044006942ac259c (patch) | |
| tree | a51eb808016e1710a4bbd537000a493250602944 /APEX_1.4/shared | |
| parent | Update README.md (diff) | |
| parent | PhysX 3.4.1, APEX 1.4.1 Release @23131702 (diff) | |
| download | physx-3.4-4bda45ce4e8b509eb0da786a6044006942ac259c.tar.xz physx-3.4-4bda45ce4e8b509eb0da786a6044006942ac259c.zip | |
Merge branch 'master'
Diffstat (limited to 'APEX_1.4/shared')
| -rw-r--r-- | APEX_1.4/shared/general/meshimport/include/MeshImport/MeshImportTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/APEX_1.4/shared/general/meshimport/include/MeshImport/MeshImportTypes.h b/APEX_1.4/shared/general/meshimport/include/MeshImport/MeshImportTypes.h index 88092607..6c860184 100644 --- a/APEX_1.4/shared/general/meshimport/include/MeshImport/MeshImportTypes.h +++ b/APEX_1.4/shared/general/meshimport/include/MeshImport/MeshImportTypes.h @@ -79,7 +79,7 @@ namespace mimp /** Platform define */ -#if defined(_M_IX86) || defined(__EMSCRIPTEN__) +#if defined(_M_IX86) || PX_EMSCRIPTEN #define MI_X86 #define MI_WINDOWS #elif defined(_M_X64) |