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

fix win32 & add new api

This commit is contained in:
源文雨
2022-10-16 19:07:48 +08:00
parent 626a570fba
commit a877d8f062
3 changed files with 126 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
#include <stdint.h>
#include <string.h>
#include <time.h>
#ifdef _WIN32
#include <windows.h>
#endif
#endif
#include "base16384.h"