Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Povirk <vincent@codeweavers.com>2013-09-20 01:14:52 +0400
committerVincent Povirk <vincent@codeweavers.com>2013-09-20 01:17:18 +0400
commitb97629ec791911de04974c6dd64d35ebe7b33a09 (patch)
tree0c89c50b40e89670eaa2d121ba26ecf5e782b742 /winconfig.h
parent267253b3552f16599d9384410b8ab5dbaf50ac52 (diff)
Test for InterlockedCompareExchange64 in the configure script.
mingw.org doesn't have this function but mingw-w64 does. This commit is licensed under MIT/X11.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index dd3d69b0a55..834bbe7bfae 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -92,6 +92,10 @@
/* Define to 1 if you have the <curses.h> header file. */
/* #undef HAVE_CURSES_H */
+/* Define to 1 if you have the declaration of `InterlockedCompareExchange64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDCOMPAREEXCHANGE64 1
+
/* Define to 1 if you have the <dirent.h> header file. */
/* #define HAVE_DIRENT_H 1 */