mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-22 20:45:45 +08:00
⚡ optimize code
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable:4996)
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock.h>
|
||||
#pragma comment(lib,"ws2_32")
|
||||
|
||||
Reference in New Issue
Block a user