mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 693280 - Android DNS lookup port is incorrect usage for external function defines. r=glandium
This commit is contained in:
parent
853bf8beff
commit
44fd37413d
@ -531,6 +531,7 @@ nl_types.h
|
||||
NodeInfo.h
|
||||
nss.h
|
||||
nssilock.h
|
||||
nsswitch.h
|
||||
objbase.h
|
||||
objidl.h
|
||||
Objsafe.h
|
||||
@ -750,6 +751,7 @@ sys/sysctl.h
|
||||
sys/sysinfo.h
|
||||
sys/sysmp.h
|
||||
sys/syssgi.h
|
||||
sys/system_properties.h
|
||||
sys/systeminfo.h
|
||||
sys/timeb.h
|
||||
sys/time.h
|
||||
|
@ -531,6 +531,7 @@ nl_types.h
|
||||
NodeInfo.h
|
||||
nss.h
|
||||
nssilock.h
|
||||
nsswitch.h
|
||||
objbase.h
|
||||
objidl.h
|
||||
Objsafe.h
|
||||
@ -750,6 +751,7 @@ sys/sysctl.h
|
||||
sys/sysinfo.h
|
||||
sys/sysmp.h
|
||||
sys/syssgi.h
|
||||
sys/system_properties.h
|
||||
sys/systeminfo.h
|
||||
sys/timeb.h
|
||||
sys/time.h
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include "AndroidBridge.h"
|
||||
|
||||
extern "C" {
|
||||
extern int android_sdk_version;
|
||||
NS_EXPORT int android_sdk_version;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user