1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 19:03:12 +02:00

Use Windows' _stricmp/_strnicmp

This commit is contained in:
Bram Matthys
2016-10-01 08:50:48 +02:00
parent f2d21943fe
commit 1cd0cdcd18
+4
View File
@@ -55,6 +55,10 @@
#define PREFIX_AQ
#define LIST_SHOW_MODES
#ifndef mode_t
#define GOT_STRCASECMP
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
/*
Needed in s_conf.c for the third argument of open(3p).