This commit is contained in:
morse%netscape.com 1999-04-05 00:43:13 +00:00
Родитель da29ff4669
Коммит e6552a3968
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1977,6 +1977,8 @@ WLLT_Capture(nsIDocument* doc, nsString field, nsString value) {
}
#else
#include "prtypes.h"
extern "C" {
PUBLIC void
WLLT_PreEdit(nsIURL* url) {
@ -1994,4 +1996,5 @@ PUBLIC void
WLLT_Capture(nsIDocument* doc, nsString field, nsString value) {
}
}
#endif