Comprimed the previous pull request.

This commit is contained in:
bubnikv 2017-08-14 12:56:09 +02:00
parent fdc7036fe3
commit 507f2ff45e

View File

@ -6,17 +6,10 @@
#include <iostream> #include <iostream>
#include <vector> #include <vector>
#ifdef __linux #if defined(__linux) || defined(__GNUC__ )
#include <strings.h> #include <strings.h>
#endif /* __linux */ #endif /* __linux */
/*-------ADD THIS ----------------*/
/*----- Error --> strcasecmp was not declared ----*/
#ifdef __GNUC__
#include <strings.h>
#endif
/*-------ADD THIS ----------------*/
#ifdef _MSC_VER #ifdef _MSC_VER
#define strcasecmp _stricmp #define strcasecmp _stricmp
#endif #endif