optimize header file, now modules could generate smaller dynamic libs.

This commit is contained in:
ValKmjolnir
2022-08-24 22:08:47 +08:00
parent 987d3ce9e2
commit a91826607c
15 changed files with 72 additions and 48 deletions
+6
View File
@@ -1,6 +1,12 @@
#ifndef __NASAL_IMPORT_H__
#define __NASAL_IMPORT_H__
#ifndef _MSC_VER
#include <unistd.h>
#else
#include <io.h>
#endif
#ifdef _MSC_VER
#define F_OK 0
#endif