okay, everything works

This commit is contained in:
Alcaro
2019-04-29 13:48:39 +02:00
parent 2db8489c07
commit 7f2a2d88be

View File

@@ -6,8 +6,6 @@
#include "flips.h"
#include "crc32.h"
@appveyor_build_failure_test@
#ifdef __MINGW32__
//get rid of dependencies on libstdc++, they waste 200KB on this platform
void* operator new(size_t n) { return malloc(n); } // forget allocation failures, let them segfault.