From 40f169ff60f4f2e935af2f883c69f97fa2e76c46 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 3 Sep 2013 23:39:10 +0000 Subject: [PATCH] Whatever we needed windows.h for here is gone. this fixes the windows.h -> winsock.h / winsock2.h problem. --- src/sbbs3/baja.c | 3 --- src/sbbs3/mxlookup.c | 3 --- src/sbbs3/sbbsecho.c | 4 ---- 3 files changed, 10 deletions(-) diff --git a/src/sbbs3/baja.c b/src/sbbs3/baja.c index ee9b3b81a0..fd3b105f16 100644 --- a/src/sbbs3/baja.c +++ b/src/sbbs3/baja.c @@ -40,9 +40,6 @@ #include <io.h> #include <share.h> #endif -#ifdef _WIN32 - #include <windows.h> -#endif /* ANSI */ #include <stdio.h> diff --git a/src/sbbs3/mxlookup.c b/src/sbbs3/mxlookup.c index b8826f49e7..15ba950d60 100644 --- a/src/sbbs3/mxlookup.c +++ b/src/sbbs3/mxlookup.c @@ -36,9 +36,6 @@ ****************************************************************************/ /* Platform-specific */ -#ifdef _WIN32 - #include <windows.h> /* avoid DWORD conflict */ -#endif /* ANSI */ #include <stdio.h> diff --git a/src/sbbs3/sbbsecho.c b/src/sbbs3/sbbsecho.c index aca15b0643..ea07074610 100644 --- a/src/sbbs3/sbbsecho.c +++ b/src/sbbs3/sbbsecho.c @@ -37,10 +37,6 @@ /* Portions written by Allen Christiansen 1994-1996 */ -#ifdef _WIN32 - #include <windows.h> -#endif - #include <time.h> #include <errno.h> #include <stdio.h> -- GitLab