(libretro-common/net_compat.c) Fix build

This commit is contained in:
Higor Eurípedes 2015-03-20 17:40:58 -03:00
parent c28fa5ded0
commit 79335249d0
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <boolean.h>
#include <retro_inline.h>
#include <stdint.h>
#if defined(_WIN32) && !defined(_XBOX)
#ifndef _WIN32_WINNT

View File

@ -174,7 +174,6 @@ bool network_init(void)
network_deinit();
return false;
}
RARCH_LOG("WSA Initialized.\n");
#elif defined(__CELLOS_LV2__) && !defined(__PSL1GHT__)
cellSysmoduleLoadModule(CELL_SYSMODULE_NET);
sys_net_initialize_network();