Loading libs/math/include/math/mat4.h +8 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,14 @@ #define CONSTEXPR #endif #ifdef _WIN32 // windows.h contains obsolete defines of 'near' and 'far' for systems using // legacy 16 bit pointers. Undefine them to avoid conflicting with the usage of // 'near' and 'far' in this file. #undef near #undef far #endif namespace android { // ------------------------------------------------------------------------------------- namespace details { Loading Loading
libs/math/include/math/mat4.h +8 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,14 @@ #define CONSTEXPR #endif #ifdef _WIN32 // windows.h contains obsolete defines of 'near' and 'far' for systems using // legacy 16 bit pointers. Undefine them to avoid conflicting with the usage of // 'near' and 'far' in this file. #undef near #undef far #endif namespace android { // ------------------------------------------------------------------------------------- namespace details { Loading