svnno****@sourc*****
svnno****@sourc*****
2010年 1月 8日 (金) 12:47:29 JST
Revision: 3725 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3725 Author: doda Date: 2010-01-08 12:47:29 +0900 (Fri, 08 Jan 2010) Log Message: ----------- Warning消し。_snprintf_s を使っているのに、stdio.h をinclude していなかった。 Modified Paths: -------------- trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c -------------- next part -------------- Modified: trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c =================================================================== --- trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c 2010-01-08 03:36:30 UTC (rev 3724) +++ trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c 2010-01-08 03:47:29 UTC (rev 3725) @@ -1,4 +1,5 @@ #include <ctype.h> +#include <stdio.h> #include "teraterm.h" #include "tttypes.h" #include "ttplugin.h"