提交 1444ba8d 编写于 作者: U Ulf Möller

NeXT doesn't have dirent.

Pointed out by Juergen Moellenhoff <jurgen@oic.de>
上级 1fac96e4
...@@ -106,10 +106,12 @@ ...@@ -106,10 +106,12 @@
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
#ifndef WIN32 #if !defined(WIN32) && !defined(VSM) && !defined(NeXT)
#ifndef VMS
#include <dirent.h> #include <dirent.h>
#endif #endif
#ifdef NeXT
#include <sys/dir.h>
#define dirent direct
#endif #endif
#include <openssl/objects.h> #include <openssl/objects.h>
#include <openssl/bio.h> #include <openssl/bio.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册