comparison Core/SQLite/Statement.cpp @ 1222:410c27e04a23

fix visual studio buil
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Nov 2014 09:57:42 +0100
parents 2255e66da726
children 3f62e1269cca
comparison
equal deleted inserted replaced
1221:2255e66da726 1222:410c27e04a23
46 #include <sqlite3.h> 46 #include <sqlite3.h>
47 #include <string.h> 47 #include <string.h>
48 #include <stdio.h> 48 #include <stdio.h>
49 #include <algorithm> 49 #include <algorithm>
50 50
51 #if defined(_MSC_VER)
52 #define snprintf _snprintf
53 #endif
54
51 namespace Orthanc 55 namespace Orthanc
52 { 56 {
53 namespace SQLite 57 namespace SQLite
54 { 58 {
55 int Statement::CheckError(int err) const 59 int Statement::CheckError(int err) const