mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-30 11:24:24 -04:00
Removed pragma for Windows build
This commit is contained in:
parent
2650a949ea
commit
7aa8b548c1
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ int inet_aton(const char *name, struct in_addr *addr)
|
|||
#ifdef WINDOWS_SYS
|
||||
# include <winsock2.h>
|
||||
# include <iphlpapi.h>
|
||||
# pragma comment(lib, "IPHLPAPI.lib")
|
||||
#elif defined(__ANDROID__) && __ANDROID_API__ < 24
|
||||
/// @See: android_ifaddrs/README.adoc
|
||||
# include "rs_android/ifaddrs-android.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue