auth: replace stricmp() with _stricmp()
Newer visual studios deprecate stricmp(). Replace it to fix compilation.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
#include "rand.h"
|
#include "rand.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define strcasecmp stricmp
|
#define strcasecmp _stricmp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* TODO: these should configurable at runtime on a per connection basis */
|
/* TODO: these should configurable at runtime on a per connection basis */
|
||||||
|
|||||||
Reference in New Issue
Block a user