summaryrefslogtreecommitdiff
path: root/src/w32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32.h')
-rw-r--r--src/w32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32.h b/src/w32.h
index 4086c4190e1..f1915125c90 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -143,6 +143,9 @@ extern void syms_of_fontset (void);
extern int _sys_read_ahead (int fd);
extern int _sys_wait_accept (int fd);
+extern Lisp_Object Vlibrary_cache, QCloaded_from;
+extern HMODULE w32_delayed_load (Lisp_Object, Lisp_Object);
+
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>