Revision: 9488 https://osdn.net/projects/ttssh2/scm/svn/commits/9488 Author: zmatsuo Date: 2021-10-23 01:09:45 +0900 (Sat, 23 Oct 2021) Log Message: ----------- ttxtest の TTXSetCommandLine() を Unicode化 Modified Paths: -------------- trunk/TTXSamples/ttxtest/ttxtest.c -------------- next part -------------- Modified: trunk/TTXSamples/ttxtest/ttxtest.c =================================================================== --- trunk/TTXSamples/ttxtest/ttxtest.c 2021-10-22 16:09:36 UTC (rev 9487) +++ trunk/TTXSamples/ttxtest/ttxtest.c 2021-10-22 16:09:45 UTC (rev 9488) @@ -290,7 +290,7 @@ /* */ -static void PASCAL TTXSetCommandLine(PCHAR cmd, int cmdlen, PGetHNRec rec) { +static void PASCAL TTXSetCommandLine(wchar_t *cmd, int cmdlen, PGetHNRec rec) { printf("TTXSetCommandLine %d\n", ORDER); }