bug 693280 - Android DNS lookup port is incorrect usage for external function defines. r=glandium

This commit is contained in:
Makoto Kato 2011-12-22 10:13:31 +09:00
parent 853bf8beff
commit 44fd37413d
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -53,7 +53,7 @@
#include "AndroidBridge.h"
extern "C" {
extern int android_sdk_version;
NS_EXPORT int android_sdk_version;
}
#endif