From 71c0296e699113514ec42d8de64ecdbc74f945c2 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Wed, 11 Dec 2013 17:23:26 -0600 Subject: [PATCH] Add HAVE_DECL_INTERLOCKED* symbols to winconfig.h. This commit licensed as MIT/X11. --- winconfig.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 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 -- 2.25.1