2011年7月25日
摘要: 编译putty等程序,遇到一个问题: c:\program files\microsoft visual studio\vc98\include\sspi.h(65) : fatal error C1189: #error : You must define one of SECURITY_WIN32, SECURITY_WIN16, SECURITY_KERNELError executing cl.exe.解决方案: 我在winstuff. h 中加了红色的那个语句,搞定#ifndef PUTTY_WINSTUFF_H#define PUTTY_WINSTUFF_H#ifndef AUTO 阅读全文
posted @ 2011-07-25 20:23 蚂蚁跳楼 阅读(2004) 评论(0) 推荐(0)