1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-22 16:10:24 +08:00

fix #1: fix on msvc & define malloc as new

This commit is contained in:
源文雨
2022-03-17 19:55:59 +08:00
parent 9589f8d578
commit 6d220dd575
3 changed files with 47 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#if defined(__WINNT__)
#ifdef __WINNT__
#include <windows.h>
#endif
#include "base16384.h"