[Ttssh2-commit] [9316] _WIN32_WINNT=0x0501 を追加

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 6月 30日 (水) 00:19:09 JST


Revision: 9316
          https://osdn.net/projects/ttssh2/scm/svn/commits/9316
Author:   zmatsuo
Date:     2021-06-30 00:19:09 +0900 (Wed, 30 Jun 2021)
Log Message:
-----------
_WIN32_WINNT=0x0501 を追加

- r9191

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/9191

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ttxssh.v8.vcproj

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ttxssh.v8.vcproj
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.v8.vcproj	2021-06-20 01:08:06 UTC (rev 9315)
+++ trunk/ttssh2/ttxssh/ttxssh.v8.vcproj	2021-06-29 15:19:09 UTC (rev 9316)
@@ -49,7 +49,7 @@
 				AdditionalOptions="/D"_CRT_SECURE_NO_DEPRECATE""
 				Optimization="0"
 				AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\include;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty;$(SolutionDir)argon2;$(SolutionDir)argon2\compat"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC;_WIN32_WINNT=0x0501"
 				RuntimeLibrary="1"
 				EnableFunctionLevelLinking="true"
 				BrowseInformation="1"
@@ -147,7 +147,7 @@
 				Optimization="2"
 				InlineFunctionExpansion="2"
 				AdditionalIncludeDirectories="$(SolutionDir)..\teraterm\common;$(SolutionDir)..\libs\openssl\include;$(SolutionDir)..\teraterm\teraterm;$(SolutionDir)..\libs\zlib;$(SolutionDir)matcher;$(SolutionDir)putty;$(SolutionDir)argon2;$(SolutionDir)argon2\compat"
-				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WIN32_WINNT=0x0501"
 				StringPooling="true"
 				RuntimeLibrary="0"
 				EnableFunctionLevelLinking="true"


Ttssh2-commit メーリングリストの案内
Back to archive index