提交 3694efd7 编写于 作者: M Matt Oliver

Update VS project generator to fix missing getopt.

上级 666109cb
......@@ -120,7 +120,7 @@ bool configGenerator::buildDefaultValues( )
fastToggleConfigValue( "fast_clz", true );
fastToggleConfigValue( "flt_lim", true );
fastToggleConfigValue( "getaddrinfo", true );
fastToggleConfigValue( "getopt", true );
fastToggleConfigValue( "getopt", false );
fastToggleConfigValue( "GetProcessAffinityMask", true );
fastToggleConfigValue( "GetProcessMemoryInfo", true );
fastToggleConfigValue( "GetProcessTimes", true );
......
......@@ -12,10 +12,6 @@
//#include <io.h>
#include <process.h>
#define __UNISTD_GETOPT__
//#include <getopt.h>
#undef __UNISTD_GETOPT__
#define R_OK 4 /* Test for read permission. */
#define W_OK 2 /* Test for write permission. */
//#define X_OK 1 /* execute permission - unsupported in windows*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册