Skip to content

Commit 1c6fe00

Browse files
committed
Fix Win Visual Studio 2013 build!
1 parent 46111fa commit 1c6fe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/ccppTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
4141
#endif
4242

4343
#include "cppconn/config.h"
44-
#ifndef _WIN32
44+
#if !defined(_WIN32) || (_MSC_VER >=1800)
4545
# include <stdlib.h>
4646
# ifndef HAVE_FUNCTION_STRTOLL
4747
# ifdef HAVE_FUNCTION_STRTOL

0 commit comments

Comments
 (0)