forked from xxq250/Nasal-Interpreter
🚀 use std::ostream to unify nas_ref output
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#define _CRT_SECURE_NO_DEPRECATE 1
|
||||
#define _CRT_NONSTDC_NO_DEPRECATE 1
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user