Fix issue #547. Compiler warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-09-06 17:26:53 +03:00
parent 0d35033275
commit cbd2e4a912

View file

@ -39,15 +39,6 @@
#endif // _MSC_VER > 1000
#endif // Q_CC_MSVC
#if defined(__OS2__)||defined(__EMX__)
#define strcasecmp(s,t) stricmp(s,t)
#endif
#if defined(_WIN32)&&!defined(strcasecmp)
#define strcasecmp(s,t) _stricmp(s,t)
#endif
#ifdef _WIN32
#undef M_PI
#define M_PI 3.14159265358979323846