+5
−0
+5
−0
apps/win32_init.c
0 → 100644
+304
−0
Loading
Windows never composes UTF-8 strings as result of user interaction
such as passing command-line argument. The only way to compose one
is programmatic conversion from WCHAR string, which in turn can be
picked up on command line.
[For reference, why not wmain, it's not an option on MinGW.]
Reviewed-by:
Richard Levitte <levitte@openssl.org>