75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
This commit is contained in:
Родитель
346a7db5f7
Коммит
d81f299054
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче