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@91976 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -53,12 +53,3 @@ NS_IMPL_NSGETMODULE("Browser Embedding Module", 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