undefine XSPICE, define OSDI

This commit is contained in:
Holger Vogt
2022-12-27 13:54:53 +01:00
parent 0628b89fd4
commit c6f8e999df
+5 -1
View File
@@ -30,8 +30,12 @@
/* The xspice enhancements */
/* XSPICE is always included in the Visual Studio compiled executable */
#define XSPICE 1
#define OSDI 1
#undef XSPICE
//#ifndef OSDI
//#define XSPICE 1
/* don't undef XSPICE, otherwise compilation will fail */
//#endif
/* The CIDER enhancements */
#define CIDER 1