Use same define for all platforms. Fix for bug #45697 r=av, sr=scc, a=rtm++.

This commit is contained in:
bnesse%netscape.com 2000-10-17 18:04:47 +00:00
Родитель 1c255ae0c2
Коммит 6bafa9a564
2 изменённых файлов: 0 добавлений и 8 удалений

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

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