Skip to content
Snippets Groups Projects

Fix glad compile issue under MSVC using /MT

Merged Jonathan Kunstwald requested to merge feature/fix-glad-msvc into develop
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -16,7 +16,9 @@
Too many extensions
*/
#ifndef _MSC_VER
#include <stdio.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <glad/glad.h>
Loading