Fixed build issues on other platforms. That dumb msvcrt macro is next.

This commit is contained in:
Pietro Gagliardi 2019-05-31 00:24:12 -04:00
parent b5a109c063
commit 3ddaf3052e
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
// 19 april 2019
// TODO get rid of the need for this (it temporarily silences noise so I can find actual build issues)
#ifdef _MSC_VER
#define _CRT_SECURE_NO_WARNINGS
#endif
#include <stdarg.h>
#include <stdio.h>
#include <string.h>