mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
VC2010 compile fixes
This commit is contained in:
parent
703d64469e
commit
52d3a48128
11 changed files with 53 additions and 19 deletions
|
|
@ -24,6 +24,10 @@ Q_IMPORT_PLUGIN(qkrcodecs)
|
|||
Q_IMPORT_PLUGIN(qtaccessiblewidgets)
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#define strncasecmp strnicmp
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace boost;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue