rm obsolete #ifdef HAVE_QUERY in windows block
This commit is contained in:
parent
3d20dc0da7
commit
02abb65c59
|
|
@ -10,7 +10,6 @@ Copyright 1990 Regents of the University of California. All rights reserved.
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if defined(HAS_WINGUI) || defined(__MINGW32__) || defined(_MSC_VER)
|
#if defined(HAS_WINGUI) || defined(__MINGW32__) || defined(_MSC_VER)
|
||||||
#ifdef HAVE_QUERYPERFORMANCECOUNTER
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
/*
|
/*
|
||||||
* The ngspice.h file included above defines BOOLEAN (via bool.h) and this
|
* The ngspice.h file included above defines BOOLEAN (via bool.h) and this
|
||||||
|
|
@ -54,7 +53,6 @@ int gettimeofday(struct timeval * tp, void * unused)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "misc_time.h"
|
#include "misc_time.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue