mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missing "#define strncasecmp _strnicmp" in init.cpp"
This reverts commit f4ac41806a.
Reason: breaks build.
This commit is contained in:
parent
c0a360ce49
commit
f9dd136a09
2 changed files with 4 additions and 5 deletions
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#ifndef WIN32
|
||||
#include <signal.h>
|
||||
#define strncasecmp _strnicmp
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
|
@ -163,6 +162,7 @@ bool static InitError(const std::string &str)
|
|||
{
|
||||
ThreadSafeMessageBox(str, _("Bitcoin"), wxOK | wxMODAL);
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
bool static InitWarning(const std::string &str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue