summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorbjasspa <bjasspa@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-08-11 10:22:52 +0000
committerbjasspa <bjasspa@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-08-11 10:22:52 +0000
commitacaa5022d4543a23d8967b81a721d3bdbe08bf13 (patch)
tree578214219f6e2df7d51ef489340e046039b06b37 /config.h.cmake
parent93137334479eb088f824c5e8c0411c8756e40618 (diff)
downloadnavit-svn-acaa5022d4543a23d8967b81a721d3bdbe08bf13.tar.gz
Fixed MSVC issue caused by intl_cmake not replacing the system snprintf because MS renamed it _snprintf
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5198 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 2749ef56..8ed3cf57 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -44,6 +44,7 @@
#cmakedefine HAVE_SOCKET 1
#cmakedefine HAVE_SNPRINTF 1
+#cmakedefine HAVE_DECL__SNPRINTF 1
#cmakedefine HAVE_WINSOCK 1