mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 03:20:59 -05:00
Add a Unicode version of split_into_argv().
Created in the simplest way, by parametrising the existing code using macros. Nothing actually uses this yet. I hope to gradually switch command-line parsing from 'ANSI' to Unicode strings, but this isn't the only preparation needed, so it might yet be a while.
This commit is contained in:
6
windows/utils/split_into_argv_w.c
Normal file
6
windows/utils/split_into_argv_w.c
Normal file
@ -0,0 +1,6 @@
|
||||
/*
|
||||
* Unicode version of split_into_argv.
|
||||
*/
|
||||
|
||||
#define SPLIT_INTO_ARGV_W
|
||||
#include "split_into_argv.c"
|
Reference in New Issue
Block a user