forked from xxq250/Nasal-Interpreter
🚀 update makefile to choose different compilers by users & fix some codes for MSVC to compile.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef __NASAL_IMPORT_H__
|
||||
#define __NASAL_IMPORT_H__
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define F_OK 0
|
||||
#endif
|
||||
|
||||
class nasal_import
|
||||
{
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user