Comprimed the previous pull request.
This commit is contained in:
parent
fdc7036fe3
commit
507f2ff45e
@ -6,17 +6,10 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __linux
|
||||
#if defined(__linux) || defined(__GNUC__ )
|
||||
#include <strings.h>
|
||||
#endif /* __linux */
|
||||
|
||||
/*-------ADD THIS ----------------*/
|
||||
/*----- Error --> strcasecmp was not declared ----*/
|
||||
#ifdef __GNUC__
|
||||
#include <strings.h>
|
||||
#endif
|
||||
/*-------ADD THIS ----------------*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user