[Ttssh2-commit] [8312] cyglaunch の _chdir で警告が出ないようにした。

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 10月 16日 (水) 20:46:34 JST


Revision: 8312
          https://osdn.net/projects/ttssh2/scm/svn/commits/8312
Author:   yutakapon
Date:     2019-10-16 20:46:34 +0900 (Wed, 16 Oct 2019)
Log Message:
-----------
cyglaunch の _chdir で警告が出ないようにした。

Modified Paths:
--------------
    trunk/cygterm/cyglaunch.c

-------------- next part --------------
Modified: trunk/cygterm/cyglaunch.c
===================================================================
--- trunk/cygterm/cyglaunch.c	2019-10-16 11:43:45 UTC (rev 8311)
+++ trunk/cygterm/cyglaunch.c	2019-10-16 11:46:34 UTC (rev 8312)
@@ -12,8 +12,8 @@
 #include <windows.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <direct.h>
 
-
 #define Section "Tera Term"
 char *FName = "TERATERM.INI";
 


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