Index: src/interfaces/libpq/libpq-int.h =================================================================== RCS file: /projects/cvsroot/pgsql/src/interfaces/libpq/libpq-int.h,v retrieving revision 1.126 diff -c -r1.126 libpq-int.h *** src/interfaces/libpq/libpq-int.h 23 Jul 2007 18:59:50 -0000 1.126 --- src/interfaces/libpq/libpq-int.h 24 Jul 2007 10:29:02 -0000 *************** *** 45,55 **** --- 45,61 ---- #include "pqexpbuffer.h" #ifdef ENABLE_GSS + #ifdef WIN32_ONLY_COMPILER + #pragma warning(disable:4005) + #endif #if defined(HAVE_GSSAPI_H) #include #else #include #endif + #ifdef WIN32_ONLY_COMPILER + #pragma warning(default:4005) + #endif #endif #ifdef ENABLE_SSPI