From a02b243269fe98fa1bc624bac722eb6d1b996fb4 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Sat, 8 Jan 2000 16:12:49 +0000 Subject: [PATCH] ?? git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/tiff/tiffcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiff/tiffcomp.h b/src/tiff/tiffcomp.h index 48ccfcb1d9..f79f394963 100644 --- a/src/tiff/tiffcomp.h +++ b/src/tiff/tiffcomp.h @@ -84,7 +84,7 @@ #define BSDTYPES #define HAVE_UNISTD_H 0 /* GRG: added check for MINGW32 */ -#elif (defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)) && !defined(__MINGW32__) +#elif defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows) #define BSDTYPES #elif defined(OS2_16) || defined(OS2_32) #define BSDTYPES -- 2.45.2