move windows specific `STRICT' definition to canonical place
This commit is contained in:
parent
668df16a36
commit
a4e0cfe341
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue