mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 09:34:09 +00:00
Microsoft Visual C++ fix for log.h.
This commit is contained in:
parent
24e7cf89bc
commit
744a5333f5
|
@ -29,6 +29,11 @@
|
||||||
# include <sys/resource.h>
|
# include <sys/resource.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
// At least this is not in MSVC++ 2013.
|
||||||
|
# define __PRETTY_FUNCTION__ __FUNCTION__
|
||||||
|
#endif
|
||||||
|
|
||||||
// from libs/sha1/sha1.h
|
// from libs/sha1/sha1.h
|
||||||
class SHA1;
|
class SHA1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue