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
parent d3eff2be86
commit c9f3aba3c7
2 changed files with 0 additions and 8 deletions

View File

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