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-12-12 03:23:26 +0400
committerVincent Povirk <vincent@codeweavers.com>2013-12-12 03:23:26 +0400
commit71c0296e699113514ec42d8de64ecdbc74f945c2 (patch)
treeab926427a788799bf9a14318423404371a279dae /winconfig.h
parente6db4097a86f2608ea3ef6de7caf9d104d97352d (diff)
Add HAVE_DECL_INTERLOCKED* symbols to winconfig.h.
This commit licensed as MIT/X11.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index 72be9d4721b..811ba97516c 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -92,10 +92,30 @@
/* Define to 1 if you have the <curses.h> header file. */
/* #undef HAVE_CURSES_H */
+/* Define to 1 if you have the declaration of `InterlockedAdd',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDADD 1
+
+/* Define to 1 if you have the declaration of `InterlockedAdd64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDADD64 1
+
/* 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 declaration of `InterlockedDecrement64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDDECREMENT64 1
+
+/* Define to 1 if you have the declaration of `InterlockedExchange64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDEXCHANGE64 1
+
+/* Define to 1 if you have the declaration of `InterlockedIncrement64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDINCREMENT64 1
+
/* Define to 1 if you have the declaration of `__readfsdword',
and to 0 if you don't. */
#define HAVE_DECL___READFSDWORD 1