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