preloader update. r=peterl, sr=attinasi

git-svn-id: svn://10.0.0.236/trunk@171692 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2005-04-05 22:27:07 +00:00
parent fcc41db19a
commit f92f7bb7a1

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