Revision: 7490 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7490 Author: zmatsuo Date: 2019-03-18 22:28:00 +0900 (Mon, 18 Mar 2019) Log Message: ----------- ws2_32.dllでエラーが出ないよう修正(r7497参照) プロキシプラグインのファイル名を修正(TTXProxy.dll) Modified Paths: -------------- trunk/TTProxy/CMakeLists.txt trunk/TTProxy/StdAfx.h -------------- next part -------------- Modified: trunk/TTProxy/CMakeLists.txt =================================================================== --- trunk/TTProxy/CMakeLists.txt 2019-03-18 09:28:54 UTC (rev 7489) +++ trunk/TTProxy/CMakeLists.txt 2019-03-18 13:28:00 UTC (rev 7490) @@ -91,14 +91,12 @@ ${YCL_SRC} ) -if(MINGW) - set_target_properties( - ttproxy - PROPERTIES - PREFIX "" - OUTPUT_NAME "TTXProxy" - ) -endif() +set_target_properties( + ttproxy + PROPERTIES + PREFIX "" + OUTPUT_NAME "TTXProxy" + ) target_link_libraries( ttproxy Modified: trunk/TTProxy/StdAfx.h =================================================================== --- trunk/TTProxy/StdAfx.h 2019-03-18 09:28:54 UTC (rev 7489) +++ trunk/TTProxy/StdAfx.h 2019-03-18 13:28:00 UTC (rev 7490) @@ -24,6 +24,8 @@ // \x82\xB1\x82̈ʒu\x82Ƀw\x83b\x83_\x81[\x82\xF0\x91}\x93\xFC\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2 #include <winsock2.h> +#include <ws2tcpip.h> +#include <wspiapi.h> #include <openssl/crypto.h> #include <openssl/x509.h>