Move version info from sharedspice.c to sharedspice.h
This commit is contained in:
parent
0ae9aeec41
commit
99a7bfd8fe
|
|
@ -88,6 +88,10 @@ request to the caller or an request for exiting upon error,
|
|||
done by callback function ngexit().
|
||||
*/
|
||||
|
||||
#ifndef PACKAGE_VERSION
|
||||
#define PACKAGE_VERSION "34+"
|
||||
#endif
|
||||
|
||||
#ifndef NGSPICE_DLL_H
|
||||
#define NGSPICE_DLL_H
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
/*******************/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define SHAREDSPICE_version "34.0"
|
||||
#define STDIN_FILENO 0
|
||||
#define STDOUT_FILENO 1
|
||||
#define STDERR_FILENO 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue