From 6181df8cb4133b30097d5d5dd785f69220552a03 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 7 Apr 2026 01:15:40 +0100 Subject: Rename DLL_EXTENSION to INSPIRCD_MODULE_EXT. This will be in config.h when we switch to CMake so I'm renaming it now to reduce the diff size of the CMake commit. --- src/modulemanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modulemanager.cpp') diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index 6c96ca802..1d659d469 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -138,7 +138,7 @@ void ModuleManager::LoadCoreModules(std::map& servic continue; const std::string name = entry.path().filename().string(); - if (!InspIRCd::Match(name, "core_*" DLL_EXTENSION)) + if (!InspIRCd::Match(name, "core_*" INSPIRCD_MODULE_EXT)) continue; fmt::print("."); -- cgit v1.3.1-10-gc9f91