From 5627ff52f0cd3036b8e791d0b4b145aea84f317e Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 5 Jul 2008 18:51:17 +0000 Subject: [PATCH] - MFH: don't redefine WINDOWS and pid_t --- main/win95nt.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main/win95nt.h b/main/win95nt.h index 695d1eb2d5..ee824025b7 100644 --- a/main/win95nt.h +++ b/main/win95nt.h @@ -74,7 +74,10 @@ typedef long pid_t; #endif /* General Windows stuff */ -#define WINDOWS 1 +#ifndef WINDOWS +# define WINDOWS 1 +#endif + /* Prevent use of VC5 OpenFile function */ #define NOOPENFILE -- 2.50.1