mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
bug 693280 - Android DNS lookup port is incorrect usage for external function defines. r=glandium
This commit is contained in:
parent
1c19edfa9c
commit
d8de16e6ab
@ -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