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:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user