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; } } +