Browse Source

move windows specific `STRICT' definition to canonical place

pre-master-46
Francesco Lannutti 14 years ago
committed by rlar
parent
commit
a4e0cfe341
  1. 2
      src/frontend/wdisp/windisp.c
  2. 2
      src/frontend/wdisp/winprint.c

2
src/frontend/wdisp/windisp.c

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

2
src/frontend/wdisp/winprint.c

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

Loading…
Cancel
Save