diff options
Diffstat (limited to 'src/interfaces/ecpg/include/sqlca.h')
-rw-r--r-- | src/interfaces/ecpg/include/sqlca.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/include/sqlca.h b/src/interfaces/ecpg/include/sqlca.h index 32a09be0be0..52fcbf830f5 100644 --- a/src/interfaces/ecpg/include/sqlca.h +++ b/src/interfaces/ecpg/include/sqlca.h @@ -1,13 +1,13 @@ #ifndef POSTGRES_SQLCA_H #define POSTGRES_SQLCA_H -#ifndef DLLIMPORT +#ifndef PGDLLIMPORT #if defined(WIN32) || defined(__CYGWIN__) -#define DLLIMPORT __declspec (dllimport) +#define PGDLLIMPORT __declspec (dllimport) #else -#define DLLIMPORT +#define PGDLLIMPORT #endif /* __CYGWIN__ */ -#endif /* DLLIMPORT */ +#endif /* PGDLLIMPORT */ #define SQLERRMC_LEN 150 |