undefine XSPICE, define OSDI

This commit is contained in:
Holger Vogt 2022-10-31 12:45:39 +01:00 committed by Pascal Kuthe
parent 37389a4e25
commit 0cd6718afc
No known key found for this signature in database
GPG Key ID: D715E8655AE166A6
1 changed files with 5 additions and 1 deletions

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