summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-12-01 13:01:06 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-12-01 13:01:06 +0000
commitd76a7d8c1043e0c2a0056ea0b9288e2b01d268b3 (patch)
treead54cc0c0377d934fd170c886fd4c8c7aad99623 /config.h.cmake
parente3ed7691196e5d5e8c9be5e04a8663b18a19c55c (diff)
downloadnavit-svn-d76a7d8c1043e0c2a0056ea0b9288e2b01d268b3.tar.gz
Add:Build:Incomplete support for arm-mingw32ce
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3734 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index ca44ede0..f78781d2 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -2,6 +2,7 @@
#cmakedefine HAVE_SYS_MOUNT_H
#cmakedefine HAVE_API_WIN32_BASE 1
#cmakedefine HAVE_API_WIN32 1
+#cmakedefine HAVE_API_WIN32_CE 1
#cmakedefine HAVE_GLIB 1
/* Versions */
@@ -26,4 +27,4 @@
#ifdef _MSC_VER
#define __PRETTY_FUNCTION__ __FILE__":" << __LINE__
-#endif \ No newline at end of file
+#endif