Enable log output (warning and error messages) on the Windows GUI

This commit is contained in:
Holger Vogt 2022-02-04 20:04:48 +01:00
parent 684e0a8779
commit 6b6e9bb7cb
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ extern double scalbn(double, int);
extern double logb(double);
#endif
#ifdef HAS_WINGUI
#include "ngspice/wstdio.h"
#endif
static void LoadGmin_CSC (double **diag, unsigned int n, double Gmin) ;
static void LoadGmin (SMPmatrix *eMatrix, double Gmin) ;