Bug 1097804 - Part 1, Create a library containing nsISocketTransportService and nsIDNS that can be used to support standalone WebRTC r=mcmanus

This commit is contained in:
Randall Barker
2015-04-02 12:13:28 -07:00
parent 762a6748a9
commit 41cbee3921
11 changed files with 247 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ extern const char staticComponentType[];
#if defined(MOZILLA_XPCOMRT_API)
extern const mozilla::Module kXPCOMRTModule;
extern const mozilla::Module kNeckoStandaloneModule;
#else
extern const mozilla::Module kXPCOMModule;
#endif