mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-04 06:11:17 +00:00
(libretro-common/net_compat.c) Fix build
This commit is contained in:
parent
c28fa5ded0
commit
79335249d0
@ -23,6 +23,7 @@
|
||||
|
||||
#include <boolean.h>
|
||||
#include <retro_inline.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#ifndef _WIN32_WINNT
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user