mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 12:32:40 +00:00
win: fix print function for _DEBUG and supress warnings
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
#ifndef tests_common_h
|
||||
#define tests_common_h
|
||||
|
||||
#define _USE_MATH_DEFINES /* for windows */
|
||||
#define _CRT_SECURE_NO_WARNINGS /* for windows */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user