зеркало из https://github.com/mozilla/gecko-dev.git
Use same define for all platforms. Fix for bug #45697 r=av, sr=scc, a=rtm++.
This commit is contained in:
Родитель
1c255ae0c2
Коммит
6bafa9a564
|
@ -108,11 +108,7 @@
|
|||
#define PLUGIN_DLL "PLUGIN_DLL"
|
||||
#endif
|
||||
|
||||
#ifdef XP_MAC
|
||||
#define REL_PLUGIN_DLL PLUGIN_DLL
|
||||
#else
|
||||
#define REL_PLUGIN_DLL "rel:" PLUGIN_DLL
|
||||
#endif
|
||||
|
||||
//uncomment this to use netlib to determine what the
|
||||
//user agent string is. we really *want* to do this,
|
||||
|
|
|
@ -108,11 +108,7 @@
|
|||
#define PLUGIN_DLL "PLUGIN_DLL"
|
||||
#endif
|
||||
|
||||
#ifdef XP_MAC
|
||||
#define REL_PLUGIN_DLL PLUGIN_DLL
|
||||
#else
|
||||
#define REL_PLUGIN_DLL "rel:" PLUGIN_DLL
|
||||
#endif
|
||||
|
||||
//uncomment this to use netlib to determine what the
|
||||
//user agent string is. we really *want* to do this,
|
||||
|
|
Загрузка…
Ссылка в новой задаче