🚀 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
+4
View File
@@ -1,6 +1,10 @@
#ifndef __NASAL_IMPORT_H__
#define __NASAL_IMPORT_H__
#ifdef _MSC_VER
#define F_OK 0
#endif
class nasal_import
{
private: