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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user