mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
10e1ac7752
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.
7 lines
102 B
C
7 lines
102 B
C
/*
|
|
* Unicode version of split_into_argv.
|
|
*/
|
|
|
|
#define SPLIT_INTO_ARGV_W
|
|
#include "split_into_argv.c"
|