diff options
| author | Eli Zaretskii | 2015-11-13 11:07:43 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-13 11:07:43 +0200 |
| commit | 508e77b7633782176d3de62f9e7828b90b806f3a (patch) | |
| tree | a427e897d568fc437cc8dd0318ab57cd452ab0fc /src | |
| parent | d60ed3f33aae3719828dfb515bc9a16570461dd4 (diff) | |
| download | emacs-508e77b7633782176d3de62f9e7828b90b806f3a.tar.gz emacs-508e77b7633782176d3de62f9e7828b90b806f3a.zip | |
Fix last change
* src/w32fns.c (syms_of_w32fns) [WINDOWSNT && !HAVE_DBUS]:
Don't DEFSYM tray notification symbols if D-Bus is being used.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
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"); |