Merge pull request #5978 from YosysHQ/remove_def

Remove define since snprintf is supported in MSVC now
This commit is contained in:
Miodrag Milanović 2026-06-22 08:49:26 +00:00 committed by GitHub
commit f699624abf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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