--- np2/win9x/sstp.cpp 2011/02/17 10:36:05 1.7 +++ np2/win9x/sstp.cpp 2011/03/07 09:54:11 1.8 @@ -1,3 +1,11 @@ +/** + * @file sstp.cpp + * @brief Sakura Script Transfer Protocol handler + * + * @author $Author: yui $ + * @date $Date: 2011/03/07 09:54:11 $ + */ + #include "compiler.h" #include #include @@ -8,6 +16,9 @@ #include "oemtext.h" #endif +#if !defined(__GNUC__) +#pragma comment(lib, "wsock32.lib") +#endif // !defined(__GNUC__) static HWND sstphwnd = NULL; static int sstp_stat = SSTP_READY;