prevent double define under mingw

This commit is contained in:
dwarning 2007-11-04 19:30:55 +00:00
parent 4ec429100f
commit 5ff927f260
1 changed files with 0 additions and 5 deletions

View File

@ -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[];