Index: include/c.h =================================================================== RCS file: /projects/cvsroot/pgsql/src/include/c.h,v retrieving revision 1.203 diff -c -r1.203 c.h *** include/c.h 7 Jun 2006 22:24:45 -0000 1.203 --- include/c.h 24 Jun 2006 13:49:08 -0000 *************** *** 80,90 **** #endif #if defined(WIN32) || defined(__CYGWIN__) ! /* We have to redefine some system functions after they are included above. ! * ! * use port/win32.h directly to work on both mingw and non-mingw. ! */ ! #include "port/win32.h" #endif /* Must be before gettext() games below */ --- 80,87 ---- #endif #if defined(WIN32) || defined(__CYGWIN__) ! /* We have to redefine some system functions after they are included above. */ ! #include "pg_config_os.h" #endif /* Must be before gettext() games below */