3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-26 10:38:47 +00:00

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

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