Changeset 60beebc in gitlab

Timestamp:
Feb 20, 2018, 3:45:45 PM (6 years ago)
Author:
Thomas Bernard <miniupnp@…>
Branches:
master
Children:
854d787
Parents:
87e4cfa
git-author:
Thomas Bernard <miniupnp@…> (20/02/2018 15:31:45)
git-committer:
Thomas Bernard <miniupnp@…> (20/02/2018 15:45:45)
Message:

fixes for MSVC non-standard C library

strcase => _stricmp
strncase => _strnicmp
strdup => _strdup
snprintf => _snprintf

a compliant snprintf() is supposed to be available
in MS Visual Studio 2015 and later

(No files)

Note: See TracChangeset for help on using the changeset viewer.