75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive

preloader strategy. r=jag, sr=attinasi.
This commit is contained in:
shaver%mozilla.org 2005-04-05 22:27:12 +00:00
Родитель 346a7db5f7
Коммит d81f299054
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -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