summary refs log tree commit diff stats
path: root/plugins<style>pre { line-height: 125%; }td.linenos .normal { color: inherit; ...
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2020-04-19 20:31:38 +0200
committerPatrick <tingping@tingping.se>2020-05-02 20:38:17 -0700
commit82a424fc8a0377ec0d0981f5e6f9d23233a1aba3 (patch)
treed79621ca433bbdf944a3ece59eb12924e21f414c /plugins<style>pre { line-height: 125%; }td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }td.linenos .special { color:
parentc2cdf0d2a1296eaa75d99246628277a8180bb2ce (diff)
win32: Fix undefined symbol for builds with -with-plugin=false
Windows builds without plugins can use notification-windows.c, which
uses module_load in its notification_backend_init function.

module_load was previously guarded with a USE_PLUGIN ifdef, but we do
need this function for Windows builds even if plugins are disabled.

This fixes a critical build issue for all Windows builds without
plugins.
Diffstat (limited to 'plugins<style>pre { line-height: 125%; }td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }td.linenos .special { color:')
0 files changed, 0 insertions, 0 deletions