preloader update. r=peterl, sr=attinasi

git-svn-id: svn://10.0.0.236/trunk@91193 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2001-04-03 22:58:59 +00:00
parent 1adad24225
commit 75bb2ffbb9
68 changed files with 679 additions and 0 deletions

View File

@@ -34,3 +34,13 @@ static nsModuleComponentInfo components[] = {
};
NS_IMPL_NSGETMODULE("embedcomponents", components)
#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