pgsql: Move WIN32_ONLY_COMPILER define from c.h to win32.h because it

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move WIN32_ONLY_COMPILER define from c.h to win32.h because it
Date: 2006-10-03 03:59:22
Message-ID: 20061003035922.6C81A9FA4EF@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was being
defined too late.

Modified Files:
--------------
pgsql/src/include:
c.h (r1.211 -> r1.212)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h.diff?r1=1.211&r2=1.212)
pgsql/src/include/port:
win32.h (r1.59 -> r1.60)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.59&r2=1.60)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jeffroe996 2006-10-03 17:53:32 pgpitrha - pgpitrha: Whoops, looks like we didn't commit this one.
Previous Message Bruce Momjian 2006-10-03 01:03:54 pgsql: This patch fixes a small typo in information_schema.sgml.