Fixed a build issue with non-Cygwin GCC under Windows.

This commit is contained in:
omar
2018-09-04 18:58:20 +02:00
parent 5451cb7e1e
commit 40db2ca098
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ HOW TO UPDATE?
Other Changes:
- Fixed a build issue with non-Cygwin GCC under Windows.
- Examples: OpenGL3: Fixed error condition when using the GLAD loader. (#2059, #2002). [@jiri]