svnno****@sourc*****
svnno****@sourc*****
2013年 10月 28日 (月) 22:14:44 JST
Revision: 5409 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5409 Author: maya Date: 2013-10-28 22:14:43 +0900 (Mon, 28 Oct 2013) Log Message: ----------- r5308 で誤って削除してしまった imagehlp.dll の遅延読み込み指定を戻す Revision Links: -------------- http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5308 Modified Paths: -------------- trunk/teraterm/teraterm/ttermpro.vcproj -------------- next part -------------- Modified: trunk/teraterm/teraterm/ttermpro.vcproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.vcproj 2013-10-28 11:10:48 UTC (rev 5408) +++ trunk/teraterm/teraterm/ttermpro.vcproj 2013-10-28 13:14:43 UTC (rev 5409) @@ -83,7 +83,7 @@ LinkIncremental="1" SuppressStartupBanner="true" AdditionalLibraryDirectories="..\debug" - DelayLoadDLLs="user32.dll;shell32.dll" + DelayLoadDLLs="imagehlp.dll;user32.dll;shell32.dll" GenerateDebugInformation="true" ProgramDatabaseFile="..\Debug/ttermpro.pdb" SubSystem="2" @@ -183,7 +183,7 @@ LinkIncremental="1" SuppressStartupBanner="true" AdditionalLibraryDirectories="..\release" - DelayLoadDLLs="user32.dll;shell32.dll" + DelayLoadDLLs="imagehlp.dll;user32.dll;shell32.dll" GenerateDebugInformation="true" ProgramDatabaseFile="..\Release/ttermpro.pdb" SubSystem="2"