Fixed missing GLM_PLATFORM_CYGWIN declaration #495

This commit is contained in:
Christophe Riccio 2016-03-19 12:28:18 +01:00
parent 444cf0f36a
commit 61d58b0296
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@
#define GLM_PLATFORM_UNIX 0x00400000 #define GLM_PLATFORM_UNIX 0x00400000
#define GLM_PLATFORM_QNXNTO 0x00800000 #define GLM_PLATFORM_QNXNTO 0x00800000
#define GLM_PLATFORM_WINCE 0x01000000 #define GLM_PLATFORM_WINCE 0x01000000
#define GLM_PLATFORM_CYGWIN 0x02000000
#ifdef GLM_FORCE_PLATFORM_UNKNOWN #ifdef GLM_FORCE_PLATFORM_UNKNOWN
# define GLM_PLATFORM GLM_PLATFORM_UNKNOWN # define GLM_PLATFORM GLM_PLATFORM_UNKNOWN

View File

@ -58,6 +58,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475 - Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
- Fixed eulerAngles precision error, returns NaN #451 - Fixed eulerAngles precision error, returns NaN #451
- Fixed undefined reference errors #489 - Fixed undefined reference errors #489
- Fixed missing GLM_PLATFORM_CYGWIN declaration #495
#### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21 #### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21
##### Improvements: ##### Improvements: