mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::magick: Fix evaluation of undefined macro on excluding builds.
This commit is contained in:
parent
5a11c31d97
commit
6784e87f5b
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ ircd::magick::init
|
|||
};
|
||||
|
||||
// inline stubs when magick disabled/unavailable.
|
||||
#if !IRCD_USE_MAGICK
|
||||
#if !defined(IRCD_USE_MAGICK)
|
||||
|
||||
inline
|
||||
ircd::magick::init::init()
|
||||
|
|
Loading…
Reference in a new issue