mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
move windows specific `STRICT' definition to canonical place
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user