Fixed build issues on other platforms. That dumb msvcrt macro is next.
This commit is contained in:
parent
b5a109c063
commit
3ddaf3052e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue