• 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

Revision607cd5899fe0ff3692e440cc5fd27e1b21a6cd77 (tree)
Zeit2012-03-10 00:57:17
Autors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Change to specify explicitly code pages.

Ändern Zusammenfassung

Diff

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
--- a/mbswrapper.h
+++ b/mbswrapper.h
@@ -241,6 +241,9 @@ FILE * fopenM(const char * _Filename, const char * _Mode);
241241
242242 #endif
243243
244+#undef CP_ACP
245+#define CP_ACP 932
246+
244247 int MtoW(LPWSTR pDst, int size, LPCSTR pSrc, int count);
245248 int WtoM(LPSTR pDst, int size, LPCWSTR pSrc, int count);
246249 int AtoW(LPWSTR pDst, int size, LPCSTR pSrc, int count);
Binary files a/putty/Release/PuTTY.dll and b/putty/Release/PuTTY.dll differ
--- a/putty/mbswrapper.h
+++ b/putty/mbswrapper.h
@@ -98,6 +98,9 @@ FILE * fopenM(const char * _Filename, const char * _Mode);
9898
9999 #endif
100100
101+#undef CP_ACP
102+#define CP_ACP 932
103+
101104 int MtoW(LPWSTR pDst, int size, LPCSTR pSrc, int count);
102105 int WtoM(LPSTR pDst, int size, LPCWSTR pSrc, int count);
103106 int AtoW(LPWSTR pDst, int size, LPCSTR pSrc, int count);