From 7a4760e8429bcf5536772c4c279d24b0edceda1e Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 19 Oct 2001 10:50:28 +0000 Subject: [PATCH] Check for __MINGW32__ --- include/ipx_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ipx_drv.h b/include/ipx_drv.h index ab64aec9..9db4ab6b 100644 --- a/include/ipx_drv.h +++ b/include/ipx_drv.h @@ -11,7 +11,7 @@ #include "pstypes.h" -#ifdef __WINDOWS__ +#if defined(__WINDOWS__) || defined(__MINGW32__) #include #else #include /* for htons & co. */ -- 2.39.2