diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index ae1be21..f89945a 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -25,6 +25,8 @@ #ifdef __GNUC__ #define GPG_ERR_INLINE __inline__ +#elif _MSC_VER >= 1300 +#define GPG_ERR_INLINE __inline #elif __STDC_VERSION__ >= 199901L #define GPG_ERR_INLINE inline #else |