aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-07-15 08:18:05 +0100
committerGravatar Sadie Powell2023-07-15 10:31:48 +0100
commitfd564cd44acf5efe80b6ecaee178e733bb77605e (patch)
tree57aca8ef30bc3ac7ba62eed45d100afbcb9d6207 /include
parentSimplify the codes that InspIRCd can exit with. (diff)
Rename several Windows files to use the same naming scheme.
[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
Diffstat (limited to 'include')
-rw-r--r--include/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/compat.h b/include/compat.h
index d2cb18b86..7cee76142 100644
--- a/include/compat.h
+++ b/include/compat.h
@@ -37,7 +37,7 @@
* order to build on Windows correctly.
*/
#if defined _WIN32
-# include "inspircd_win32wrapper.h"
+# include "win32wrapper.h"
#else
# define DllExport __attribute__ ((visibility ("default")))
# define CoreExport __attribute__ ((visibility ("default")))