mirror of https://github.com/YosysHQ/yosys.git
Remove define since snprintf is supported in MSVC now
This commit is contained in:
parent
5d7486115a
commit
94e43f7675
|
|
@ -77,7 +77,6 @@
|
|||
|
||||
# define strtok_r strtok_s
|
||||
# define strdup _strdup
|
||||
# define snprintf _snprintf
|
||||
# define getcwd _getcwd
|
||||
# define mkdir _mkdir
|
||||
# define popen _popen
|
||||
|
|
|
|||
Loading…
Reference in New Issue