win: fix print function for _DEBUG and supress warnings

This commit is contained in:
Recep Aslantas
2020-05-01 01:03:20 +03:00
parent cbed29820b
commit 8eddeb77d0
3 changed files with 7 additions and 2 deletions

View File

@@ -8,7 +8,8 @@
#ifndef cglm_common_h
#define cglm_common_h
#define _USE_MATH_DEFINES /* for windows */
#define _USE_MATH_DEFINES /* for windows */
#define _CRT_SECURE_NO_WARNINGS /* for windows */
#include <stdint.h>
#include <stddef.h>