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:
authorAndrew Eikum <aeikum@codeweavers.com>2013-11-13 23:24:46 +0400
committerAndrew Eikum <aeikum@codeweavers.com>2013-11-20 00:16:38 +0400
commit4f763604178d5fd84f4ec5a40b5f2edab7354dfc (patch)
tree55f9e62e98959adab31102f653dd1bdc02da6172 /winconfig.h
parent54d1751b24bfa99fbdba3744c6c06d2484898a3c (diff)
Check for __readfsdword at configure-time
Recent versions of mingw-w64 have moved this definition to a header included by this file, so checking simply for GCC would cause a multiple definition error. We should instead check for this function's availability at configure-time. These changes are released under MIT/X11 license.
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 834bbe7bfae..9d08af30e08 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -96,6 +96,10 @@
and to 0 if you don't. */
#define HAVE_DECL_INTERLOCKEDCOMPAREEXCHANGE64 1
+/* Define to 1 if you have the declaration of `__readfsdword',
+ and to 0 if you don't. */
+#define HAVE_DECL___READFSDWORD 1
+
/* Define to 1 if you have the <dirent.h> header file. */
/* #define HAVE_DIRENT_H 1 */