diff options
Diffstat (limited to 'src/include/c.h')
| -rw-r--r-- | src/include/c.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/include/c.h b/src/include/c.h index bec1a8cc851..1f2813c90f6 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -58,7 +58,7 @@  #endif  #include "postgres_ext.h" -#if _MSC_VER >= 1400 +#if _MSC_VER >= 1400 || defined(WIN64)  #define errcode __msvc_errcode  #include <crtdefs.h>  #undef errcode | 
