Windows: Use snprintf() instead of StringCch*()
authorBart Van Assche <bvanassche@acm.org>
Mon, 6 Jan 2020 01:51:19 +0000 (17:51 -0800)
committerBart Van Assche <bvanassche@acm.org>
Mon, 6 Jan 2020 19:10:56 +0000 (11:10 -0800)
commita4820445a718a545eb0014848399d275d25263b7
treee42e7eb2b24bbb5c801e6c4423bcd28eb4cea1d7
parentf5bff36e93580e9cc5f94a2b361c5eccaea9f2f5
Windows: Use snprintf() instead of StringCch*()

Use ANSI C functions instead of Windows-specific functions.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
os/windows/posix.c