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_QNXNTO 0x00800000
#define GLM_PLATFORM_WINCE 0x01000000
#define GLM_PLATFORM_CYGWIN 0x02000000
#ifdef GLM_FORCE_PLATFORM_UNKNOWN
# define GLM_PLATFORM GLM_PLATFORM_UNKNOWN