move windows specific `STRICT' definition to canonical place

This commit is contained in:
Francesco Lannutti 2012-11-06 19:31:17 +01:00 committed by rlar
parent 668df16a36
commit a4e0cfe341
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,6 @@
* Holger Vogt 05.12.07
*/
#define STRICT
#include "ngspice/ngspice.h"
#ifdef HAS_WINDOWS
@ -27,6 +26,7 @@
*/
#undef BOOLEAN
#define STRICT
#include <windows.h>
#include <windowsx.h>
#include "ngspice/suffix.h"

View File

@ -4,7 +4,6 @@
* Holger Vogt 07.12.01
*/
#define STRICT
#include "ngspice/ngspice.h"
#ifdef HAS_WINDOWS
@ -23,6 +22,7 @@
*/
#undef BOOLEAN
#define STRICT
#include <windows.h>
#include <windowsx.h>