diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/term/w32-win.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 4e0e54ae179..1db90aec984 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -276,7 +276,8 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") | |||
| 276 | '(gnutls "libgnutls-28.dll" "libgnutls-26.dll")) | 276 | '(gnutls "libgnutls-28.dll" "libgnutls-26.dll")) |
| 277 | '(libxml2 "libxml2-2.dll" "libxml2.dll") | 277 | '(libxml2 "libxml2-2.dll" "libxml2.dll") |
| 278 | '(zlib "zlib1.dll" "libz-1.dll") | 278 | '(zlib "zlib1.dll" "libz-1.dll") |
| 279 | '(lcms2 "liblcms2-2.dll"))) | 279 | '(lcms2 "liblcms2-2.dll") |
| 280 | '(json "libjansson-4.dll"))) | ||
| 280 | 281 | ||
| 281 | ;;; multi-tty support | 282 | ;;; multi-tty support |
| 282 | (defvar w32-initialized nil | 283 | (defvar w32-initialized nil |