aboutsummaryrefslogtreecommitdiff
path: root/jim.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'jim.h.in')
-rw-r--r--jim.h.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/jim.h.in b/jim.h.in
index d9768db..81c9f70 100644
--- a/jim.h.in
+++ b/jim.h.in
@@ -81,8 +81,11 @@ extern "C" {
* System configuration
* autoconf (configure) will set these
* ---------------------------------------------------------------------------*/
+#if defined(_WIN32) || defined(WIN32)
+#include <jim-win32compat.h>
+#else
-#ifdef HAVE_CONFIGURE
+#ifndef JIM_NO_CONFIGURE
@HAVE_LONG_LONG@
#endif
@@ -118,6 +121,8 @@ extern "C" {
# define JIM_WIDE_MODIFIER "ld"
#endif
+#endif
+
/* -----------------------------------------------------------------------------
* Exported defines
* ---------------------------------------------------------------------------*/