зеркало из https://github.com/mozilla/gecko-dev.git
Load the unix nsappshell.so in to the registry
This commit is contained in:
Родитель
7a4c4e24e7
Коммит
dd62fd708a
|
@ -66,10 +66,10 @@
|
|||
|
||||
// XP_UNIX
|
||||
#ifndef WIDGET_DLL
|
||||
#define WIDGET_DLL "libwidgetmotif.so"
|
||||
#define WIDGET_DLL "libwidgetgtk.so"
|
||||
#endif
|
||||
#ifndef GFXWIN_DLL
|
||||
#define GFXWIN_DLL "libgfxmotif.so"
|
||||
#define GFXWIN_DLL "libgfxgtk.so"
|
||||
#endif
|
||||
#define VIEW_DLL "libraptorview.so"
|
||||
#define WEB_DLL "libraptorwebwidget.so"
|
||||
|
@ -80,6 +80,8 @@
|
|||
#define LAYOUT_DLL "libraptorhtml.so"
|
||||
#define NETLIB_DLL "libnetlib.so"
|
||||
|
||||
#define APPSHELL_DLL "libnsappshell.so"
|
||||
|
||||
#endif // XP_MAC
|
||||
|
||||
#endif // XP_PC
|
||||
|
|
Загрузка…
Ссылка в новой задаче