Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 2, 2011
1 parent 900011b commit 7d480b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/providers/spatialite/qgsspatialiteconnection.cpp
Expand Up @@ -4,6 +4,10 @@
#include <QSettings>
#include <stdlib.h> // atoi

#ifdef _MSC_VER
#define strcasecmp(a,b) stricmp(a,b)
#endif

QStringList QgsSpatiaLiteConnection::connectionList()
{
QSettings settings;
Expand Down

0 comments on commit 7d480b9

Please sign in to comment.