Browse Source

undefine XSPICE, define OSDI

pre-master-46
Holger Vogt 3 years ago
parent
commit
c6f8e999df
  1. 6
      visualc/src/include/ngspice/config.h

6
visualc/src/include/ngspice/config.h

@ -30,8 +30,12 @@
/* The xspice enhancements */ /* The xspice enhancements */
/* XSPICE is always included in the Visual Studio compiled executable */ /* 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 */ /* don't undef XSPICE, otherwise compilation will fail */
//#endif
/* The CIDER enhancements */ /* The CIDER enhancements */
#define CIDER 1 #define CIDER 1

Loading…
Cancel
Save