Remove define since snprintf is supported in MSVC now

This commit is contained in:
Miodrag Milanovic 2026-06-22 09:50:39 +02:00
parent 5d7486115a
commit 94e43f7675
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@
# define strtok_r strtok_s
# define strdup _strdup
# define snprintf _snprintf
# define getcwd _getcwd
# define mkdir _mkdir
# define popen _popen