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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user