reactos/base/applications/network/netstat
Alexey Gorgurov f6f66fa987
[NETSTAT] Fix TCP/UDP output. (#1696)
CORE-16151

The underlying StringCchPrintfW() function must use %S for CHAR strings
and %s for wide chars.
See
https://docs.microsoft.com/en-us/cpp/c-runtime-library/format-specification-syntax-printf-and-wprintf-functions?view=vs-2019
for details.
2019-06-29 16:58:47 +02:00
..
lang [NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657) 2019-06-20 20:48:07 +02:00
CMakeLists.txt [NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657) 2019-06-20 20:48:07 +02:00
netstat.c [NETSTAT] Fix TCP/UDP output. (#1696) 2019-06-29 16:58:47 +02:00
netstat.h [NETSTAT] Really fix the build. 2019-06-20 21:15:12 +02:00
netstat.rc [NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657) 2019-06-20 20:48:07 +02:00
resource.h [NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657) 2019-06-20 20:48:07 +02:00