From 3b4e60aada7dea68bebc0c0ab5b2bcd8cdfe517f Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Wed, 30 Nov 2011 16:21:21 +0100 Subject: [PATCH] Header guards for netplay.c not necessary --- netplay.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/netplay.c b/netplay.c index 08efb53cc1..ee35be4613 100644 --- a/netplay.c +++ b/netplay.c @@ -14,7 +14,6 @@ * You should have received a copy of the GNU General Public License along with SSNES. * If not, see . */ -#ifdef HAVE_NETPLAY #ifdef _WIN32 #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0501 @@ -746,5 +745,3 @@ void netplay_post_frame(netplay_t *handle) handle->is_replay = false; } } - -#endif