From 0b20f1161773ca5c5e2640c0fdbd4a3053d20726 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 4 Dec 2011 18:03:08 +0100 Subject: [PATCH] Nits. --- netplay.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netplay.c b/netplay.c index 0a64fe5322..f9b28c84ae 100644 --- a/netplay.c +++ b/netplay.c @@ -14,6 +14,7 @@ * You should have received a copy of the GNU General Public License along with SSNES. * If not, see . */ + #ifdef _WIN32 #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0501 @@ -749,3 +750,4 @@ void netplay_post_frame(netplay_t *handle) handle->is_replay = false; } } +