prevent double define under mingw
This commit is contained in:
parent
4ec429100f
commit
5ff927f260
|
|
@ -1,11 +1,6 @@
|
|||
#ifndef __CONF_H
|
||||
#define __CONF_H
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#define NGSPICEBINDIR "C:\\msys\\1.0\\local\\bin"
|
||||
#define NGSPICEDATADIR "C:\\msys\\1.0\\local\\share\\ng-spice-rework"
|
||||
#endif
|
||||
|
||||
char Spice_Version[];
|
||||
char Spice_Notice[];
|
||||
char Spice_Build_Date[];
|
||||
|
|
|
|||
Loading…
Reference in New Issue