summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 53d3418c3e7..e5ec00e8651 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -14451,6 +14451,11 @@ versions of Windows) characters. */);
defsubr (&Simage_size);
defsubr (&Simage_mask_p);
+#if GLYPH_DEBUG
+ defsubr (&Simagep);
+ defsubr (&Slookup_image);
+#endif
+
hourglass_atimer = NULL;
hourglass_shown_p = 0;
defsubr (&Sx_show_tip);
@@ -14599,6 +14604,3 @@ w32_last_error()
{
return GetLastError ();
}
-
-/* arch-tag: 707589ab-b9be-4638-8cdd-74629cc9b446
- (do not change this comment) */