Обсуждение: pgsql: Move WIN32_ONLY_COMPILER define from c.h to win32.h because it

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian)
Дата:
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)