preloader update. r=peterl, sr=attinasi

This commit is contained in:
rickg@netscape.com
2001-04-03 22:58:59 +00:00
parent 74197a9b58
commit d2cf6a715e
54 changed files with 538 additions and 0 deletions
+10
View File
@@ -50,3 +50,13 @@ static nsModuleComponentInfo gDocShellModuleInfo[] = {
// be dispensing docshells rather than webshells.
NS_IMPL_NSGETMODULE("docshell provider", gDocShellModuleInfo)
#ifdef XP_WIN32
//in addition to returning a version number for this module,
//this also provides a convenient hook for the preloader
//to keep (some if not all) of the module resident.
extern "C" __declspec(dllexport) float GetVersionNumber(void) {
return 1.0;
}
#endif