🚀 update makefile to choose different compilers by users & fix some codes for MSVC to compile.

This commit is contained in:
ValKmjolnir
2022-07-16 16:53:11 +08:00
parent f1f48b4881
commit 577ecd14df
13 changed files with 110 additions and 30 deletions

View File

@@ -1,5 +1,4 @@
#include "../nasal.h"
#include <unistd.h>
#ifdef _WIN32
#include <winsock.h>