cygwin.patch
application/octet-stream
Filename: cygwin.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: context
| File | + | − |
|---|---|---|
| include/c.h | 2 | 5 |
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 */