aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 475864bb45b..f2d286d6364 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -9294,6 +9294,7 @@ syms_of_w32fns (void)
9294 DEFSYM (Qframes, "frames"); 9294 DEFSYM (Qframes, "frames");
9295 DEFSYM (Qtip_frame, "tip-frame"); 9295 DEFSYM (Qtip_frame, "tip-frame");
9296 DEFSYM (Qunicode_sip, "unicode-sip"); 9296 DEFSYM (Qunicode_sip, "unicode-sip");
9297#if defined WINDOWSNT && !defined HAVE_DBUS
9297 DEFSYM (QCicon, ":icon"); 9298 DEFSYM (QCicon, ":icon");
9298 DEFSYM (QCtip, ":tip"); 9299 DEFSYM (QCtip, ":tip");
9299 DEFSYM (QClevel, ":level"); 9300 DEFSYM (QClevel, ":level");
@@ -9302,6 +9303,7 @@ syms_of_w32fns (void)
9302 DEFSYM (QCtimeout, ":timeout"); 9303 DEFSYM (QCtimeout, ":timeout");
9303 DEFSYM (QCtitle, ":title"); 9304 DEFSYM (QCtitle, ":title");
9304 DEFSYM (QCbody, ":body"); 9305 DEFSYM (QCbody, ":body");
9306#endif
9305 9307
9306 /* Symbols used elsewhere, but only in MS-Windows-specific code. */ 9308 /* Symbols used elsewhere, but only in MS-Windows-specific code. */
9307 DEFSYM (Qgnutls_dll, "gnutls"); 9309 DEFSYM (Qgnutls_dll, "gnutls");