VC console app

This commit is contained in:
h_vogt
2009-11-16 21:45:12 +00:00
parent 7b1f733190
commit 06dd0263c0
6 changed files with 216 additions and 11 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ ft_cpinit(void)
cp_interactive = TRUE;
found = TRUE;
break;
#ifdef HAS_WINDOWS
#if defined (HAS_WINDOWS) || defined (__MINGW32__) || defined (_MSC_VER)
/* search in local directory where ngspice.exe resides */
} else if ((fp = fopen("./spinit", "r"))) {
cp_interactive = FALSE;