Use cmake to determine which string func we need.
On a side note, better to default to linux names when possible.
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
#if _MSC_VER == 1400 // VC8 specific warnings
|
||||
#pragma warning (disable : 4996) // deprecated functions vs "ISO C++ conformant names". (stricmp vs _stricmp)
|
||||
#pragma warning (disable : 4005) // macro redefinitions (ARRAYSIZE)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user