1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix Cygwin defines to be consistent.

This commit is contained in:
Bruce Momjian
2004-09-09 00:59:49 +00:00
parent b70999d0fd
commit f1d1116178
7 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
#define POSTGRES_SQLCA_H
#ifndef DLLIMPORT
#if defined(__CYGWIN__) || defined(WIN32)
#if defined(WIN32) || defined(__CYGWIN__)
#define DLLIMPORT __declspec (dllimport)
#else
#define DLLIMPORT