3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-11 04:01:28 +00:00

Add windows workaround to constids.inc

This commit is contained in:
Jannis Harder 2025-09-08 17:08:01 +02:00 committed by Robert O'Callahan
parent 6498265eb0
commit 0116dc4384

View file

@ -5,6 +5,15 @@
#undef OVERFLOW
#endif
// Workaround for windows defining IN and OUT macros in minwindef.h which ends
// up getting included for visual studio builds
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
X($_ALDFFE_NNN_)
X($_ALDFFE_NNP_)
X($_ALDFFE_NPN_)