75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi. git-svn-id: svn://10.0.0.236/trunk@171697 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -40,13 +40,3 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user