• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

Revisiondf2fd598c186b3e71d3afb960c1762eefb056c24 (tree)
Zeit2012-02-19 13:06:36
Autors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Replace wsock32 with ws2_32.

Ändern Zusammenfassung

Diff

--- a/FFFTP.vc80ee.vcproj
+++ b/FFFTP.vc80ee.vcproj
@@ -74,12 +74,12 @@
7474 />
7575 <Tool
7676 Name="VCLinkerTool"
77- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib user32.lib shell32.lib gdi32.lib ole32.lib comdlg32.lib advapi32.lib"
77+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib user32.lib shell32.lib gdi32.lib ole32.lib comdlg32.lib advapi32.lib"
7878 OutputFile=".\Debug\FFFTP.exe"
7979 LinkIncremental="2"
8080 SuppressStartupBanner="true"
8181 GenerateManifest="false"
82- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
82+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
8383 GenerateDebugInformation="true"
8484 ProgramDatabaseFile=".\Debug\FFFTP.pdb"
8585 SubSystem="2"
@@ -167,12 +167,12 @@
167167 />
168168 <Tool
169169 Name="VCLinkerTool"
170- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
170+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
171171 OutputFile=".\Debug_64\FFFTP.exe"
172172 LinkIncremental="2"
173173 SuppressStartupBanner="true"
174174 GenerateManifest="false"
175- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
175+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
176176 GenerateDebugInformation="true"
177177 ProgramDatabaseFile=".\Debug_64\FFFTP.pdb"
178178 SubSystem="2"
@@ -262,12 +262,12 @@
262262 />
263263 <Tool
264264 Name="VCLinkerTool"
265- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib user32.lib shell32.lib gdi32.lib ole32.lib comdlg32.lib advapi32.lib"
265+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib user32.lib shell32.lib gdi32.lib ole32.lib comdlg32.lib advapi32.lib"
266266 OutputFile=".\Release\FFFTP.exe"
267267 LinkIncremental="1"
268268 SuppressStartupBanner="true"
269269 GenerateManifest="false"
270- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
270+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
271271 ProgramDatabaseFile=".\Release\FFFTP.pdb"
272272 SubSystem="2"
273273 TargetMachine="1"
@@ -356,12 +356,12 @@
356356 />
357357 <Tool
358358 Name="VCLinkerTool"
359- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
359+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
360360 OutputFile=".\Release_64\FFFTP.exe"
361361 LinkIncremental="1"
362362 SuppressStartupBanner="true"
363363 GenerateManifest="false"
364- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
364+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
365365 ProgramDatabaseFile=".\Release_64\FFFTP.pdb"
366366 SubSystem="2"
367367 TargetMachine="17"
--- a/FFFTP.vc90.vcproj
+++ b/FFFTP.vc90.vcproj
@@ -75,12 +75,12 @@
7575 />
7676 <Tool
7777 Name="VCLinkerTool"
78- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
78+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
7979 OutputFile=".\Debug\FFFTP.exe"
8080 LinkIncremental="2"
8181 SuppressStartupBanner="true"
8282 GenerateManifest="false"
83- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;imagehlp.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
83+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;imagehlp.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
8484 GenerateDebugInformation="true"
8585 ProgramDatabaseFile=".\Debug\FFFTP.pdb"
8686 SubSystem="2"
@@ -167,12 +167,12 @@
167167 />
168168 <Tool
169169 Name="VCLinkerTool"
170- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
170+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
171171 OutputFile=".\Debug_64\FFFTP.exe"
172172 LinkIncremental="2"
173173 SuppressStartupBanner="true"
174174 GenerateManifest="false"
175- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;imagehlp.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
175+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;imagehlp.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
176176 GenerateDebugInformation="true"
177177 ProgramDatabaseFile=".\Debug_64\FFFTP.pdb"
178178 SubSystem="2"
@@ -261,12 +261,12 @@
261261 />
262262 <Tool
263263 Name="VCLinkerTool"
264- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
264+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
265265 OutputFile=".\Release\FFFTP.exe"
266266 LinkIncremental="1"
267267 SuppressStartupBanner="true"
268268 GenerateManifest="false"
269- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
269+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
270270 ProgramDatabaseFile=".\Release\FFFTP.pdb"
271271 SubSystem="2"
272272 RandomizedBaseAddress="1"
@@ -354,12 +354,12 @@
354354 />
355355 <Tool
356356 Name="VCLinkerTool"
357- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
357+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
358358 OutputFile=".\Release_64\FFFTP.exe"
359359 LinkIncremental="1"
360360 SuppressStartupBanner="true"
361361 GenerateManifest="false"
362- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
362+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
363363 ProgramDatabaseFile=".\Release_64\FFFTP.pdb"
364364 SubSystem="2"
365365 RandomizedBaseAddress="1"
--- a/FFFTP.vcproj
+++ b/FFFTP.vcproj
@@ -74,12 +74,12 @@
7474 />
7575 <Tool
7676 Name="VCLinkerTool"
77- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
77+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
7878 OutputFile=".\Debug\FFFTP.exe"
7979 LinkIncremental="2"
8080 SuppressStartupBanner="true"
8181 GenerateManifest="false"
82- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
82+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
8383 GenerateDebugInformation="true"
8484 ProgramDatabaseFile=".\Debug\FFFTP.pdb"
8585 SubSystem="2"
@@ -167,12 +167,12 @@
167167 />
168168 <Tool
169169 Name="VCLinkerTool"
170- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
170+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
171171 OutputFile=".\Debug_64\FFFTP.exe"
172172 LinkIncremental="2"
173173 SuppressStartupBanner="true"
174174 GenerateManifest="false"
175- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
175+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
176176 GenerateDebugInformation="true"
177177 ProgramDatabaseFile=".\Debug_64\FFFTP.pdb"
178178 SubSystem="2"
@@ -262,12 +262,12 @@
262262 />
263263 <Tool
264264 Name="VCLinkerTool"
265- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
265+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
266266 OutputFile=".\Release\FFFTP.exe"
267267 LinkIncremental="1"
268268 SuppressStartupBanner="true"
269269 GenerateManifest="false"
270- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
270+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
271271 ProgramDatabaseFile=".\Release\FFFTP.pdb"
272272 SubSystem="2"
273273 TargetMachine="1"
@@ -356,12 +356,12 @@
356356 />
357357 <Tool
358358 Name="VCLinkerTool"
359- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
359+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
360360 OutputFile=".\Release_64\FFFTP.exe"
361361 LinkIncremental="1"
362362 SuppressStartupBanner="true"
363363 GenerateManifest="false"
364- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
364+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
365365 ProgramDatabaseFile=".\Release_64\FFFTP.pdb"
366366 SubSystem="2"
367367 TargetMachine="17"
Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
--- a/FFFTP_English.vc80ee.vcproj
+++ b/FFFTP_English.vc80ee.vcproj
@@ -75,12 +75,12 @@
7575 />
7676 <Tool
7777 Name="VCLinkerTool"
78- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib user32.lib shell32.lib gdi32.lib ole32.lib comdlg32.lib advapi32.lib"
78+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib user32.lib shell32.lib gdi32.lib ole32.lib comdlg32.lib advapi32.lib"
7979 OutputFile=".\FFFTP_Eng_Debug\FFFTP.exe"
8080 LinkIncremental="2"
8181 SuppressStartupBanner="true"
8282 GenerateManifest="false"
83- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
83+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
8484 GenerateDebugInformation="true"
8585 ProgramDatabaseFile=".\FFFTP_Eng_Debug\FFFTP.pdb"
8686 SubSystem="2"
@@ -169,12 +169,12 @@
169169 />
170170 <Tool
171171 Name="VCLinkerTool"
172- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
172+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
173173 OutputFile=".\FFFTP_Eng_Debug_64\FFFTP.exe"
174174 LinkIncremental="2"
175175 SuppressStartupBanner="true"
176176 GenerateManifest="false"
177- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
177+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
178178 GenerateDebugInformation="true"
179179 ProgramDatabaseFile=".\FFFTP_Eng_Debug_64\FFFTP.pdb"
180180 SubSystem="2"
@@ -263,12 +263,12 @@
263263 />
264264 <Tool
265265 Name="VCLinkerTool"
266- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib user32.lib shell32.lib gdi32.lib ole32.lib comdlg32.lib advapi32.lib"
266+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib user32.lib shell32.lib gdi32.lib ole32.lib comdlg32.lib advapi32.lib"
267267 OutputFile=".\FFFTP_Eng_Release\FFFTP.exe"
268268 LinkIncremental="1"
269269 SuppressStartupBanner="true"
270270 GenerateManifest="false"
271- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
271+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
272272 ProgramDatabaseFile=".\FFFTP_Eng_Release\FFFTP.pdb"
273273 SubSystem="2"
274274 TargetMachine="1"
@@ -356,12 +356,12 @@
356356 />
357357 <Tool
358358 Name="VCLinkerTool"
359- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
359+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
360360 OutputFile=".\FFFTP_Eng_Release_64\FFFTP.exe"
361361 LinkIncremental="1"
362362 SuppressStartupBanner="true"
363363 GenerateManifest="false"
364- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
364+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
365365 ProgramDatabaseFile=".\FFFTP_Eng_Release_64\FFFTP.pdb"
366366 SubSystem="2"
367367 TargetMachine="17"
--- a/FFFTP_English.vc90.vcproj
+++ b/FFFTP_English.vc90.vcproj
@@ -76,12 +76,12 @@
7676 />
7777 <Tool
7878 Name="VCLinkerTool"
79- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
79+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
8080 OutputFile=".\FFFTP_Eng_Debug\FFFTP.exe"
8181 LinkIncremental="2"
8282 SuppressStartupBanner="true"
8383 GenerateManifest="false"
84- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
84+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
8585 GenerateDebugInformation="true"
8686 ProgramDatabaseFile=".\FFFTP_Eng_Debug\FFFTP.pdb"
8787 SubSystem="2"
@@ -169,12 +169,12 @@
169169 />
170170 <Tool
171171 Name="VCLinkerTool"
172- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
172+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
173173 OutputFile=".\FFFTP_Eng_Debug_64\FFFTP.exe"
174174 LinkIncremental="2"
175175 SuppressStartupBanner="true"
176176 GenerateManifest="false"
177- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
177+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
178178 GenerateDebugInformation="true"
179179 ProgramDatabaseFile=".\FFFTP_Eng_Debug_64\FFFTP.pdb"
180180 SubSystem="2"
@@ -262,12 +262,12 @@
262262 />
263263 <Tool
264264 Name="VCLinkerTool"
265- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
265+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
266266 OutputFile=".\FFFTP_Eng_Release\FFFTP.exe"
267267 LinkIncremental="1"
268268 SuppressStartupBanner="true"
269269 GenerateManifest="false"
270- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
270+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
271271 ProgramDatabaseFile=".\FFFTP_Eng_Release\FFFTP.pdb"
272272 SubSystem="2"
273273 RandomizedBaseAddress="1"
@@ -354,12 +354,12 @@
354354 />
355355 <Tool
356356 Name="VCLinkerTool"
357- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
357+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
358358 OutputFile=".\FFFTP_Eng_Release_64\FFFTP.exe"
359359 LinkIncremental="1"
360360 SuppressStartupBanner="true"
361361 GenerateManifest="false"
362- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
362+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
363363 ProgramDatabaseFile=".\FFFTP_Eng_Release_64\FFFTP.pdb"
364364 SubSystem="2"
365365 RandomizedBaseAddress="1"
--- a/FFFTP_English.vcproj
+++ b/FFFTP_English.vcproj
@@ -75,12 +75,12 @@
7575 />
7676 <Tool
7777 Name="VCLinkerTool"
78- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
78+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
7979 OutputFile=".\FFFTP_Eng_Debug\FFFTP.exe"
8080 LinkIncremental="2"
8181 SuppressStartupBanner="true"
8282 GenerateManifest="false"
83- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
83+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
8484 GenerateDebugInformation="true"
8585 ProgramDatabaseFile=".\FFFTP_Eng_Debug\FFFTP.pdb"
8686 SubSystem="2"
@@ -169,12 +169,12 @@
169169 />
170170 <Tool
171171 Name="VCLinkerTool"
172- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
172+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
173173 OutputFile=".\FFFTP_Eng_Debug_64\FFFTP.exe"
174174 LinkIncremental="2"
175175 SuppressStartupBanner="true"
176176 GenerateManifest="false"
177- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
177+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
178178 GenerateDebugInformation="true"
179179 ProgramDatabaseFile=".\FFFTP_Eng_Debug_64\FFFTP.pdb"
180180 SubSystem="2"
@@ -263,12 +263,12 @@
263263 />
264264 <Tool
265265 Name="VCLinkerTool"
266- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
266+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
267267 OutputFile=".\FFFTP_Eng_Release\FFFTP.exe"
268268 LinkIncremental="1"
269269 SuppressStartupBanner="true"
270270 GenerateManifest="false"
271- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
271+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
272272 ProgramDatabaseFile=".\FFFTP_Eng_Release\FFFTP.pdb"
273273 SubSystem="2"
274274 TargetMachine="1"
@@ -356,12 +356,12 @@
356356 />
357357 <Tool
358358 Name="VCLinkerTool"
359- AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib wsock32.lib"
359+ AdditionalDependencies="comctl32.lib crypt32.lib htmlhelp.lib imagehlp.lib rasapi32.lib sfc.lib winmm.lib wintrust.lib ws2_32.lib"
360360 OutputFile=".\FFFTP_Eng_Release_64\FFFTP.exe"
361361 LinkIncremental="1"
362362 SuppressStartupBanner="true"
363363 GenerateManifest="false"
364- DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;wsock32.dll"
364+ DelayLoadDLLs="advapi32.dll;comctl32.dll;crypt32.dll;comdlg32.dll;gdi32.dll;ole32.dll;sfc.dll;shell32.dll;user32.dll;winmm.dll;wintrust.dll;ws2_32.dll"
365365 ProgramDatabaseFile=".\FFFTP_Eng_Release_64\FFFTP.pdb"
366366 SubSystem="2"
367367 TargetMachine="17"
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ