rm obsolete #ifdef HAVE_QUERY in windows block

This commit is contained in:
dwarning 2024-11-06 18:06:21 +01:00 committed by Holger Vogt
parent 3d20dc0da7
commit 02abb65c59
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ Copyright 1990 Regents of the University of California. All rights reserved.
#include <string.h>
#if defined(HAS_WINGUI) || defined(__MINGW32__) || defined(_MSC_VER)
#ifdef HAVE_QUERYPERFORMANCECOUNTER
#define WIN32_LEAN_AND_MEAN
/*
* 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
#include "misc_time.h"