mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Allow interfaces to compile under MingGW/Win32 by adding _P to symbols
in ecpg.
This commit is contained in:
@@ -25,11 +25,11 @@ static ScanKeyword ScanKeywords[] = {
|
||||
{"bool", SQL_BOOL},
|
||||
{"char", CHAR_P},
|
||||
{"const", S_CONST},
|
||||
{"double", DOUBLE},
|
||||
{"double", DOUBLE_P},
|
||||
{"enum", SQL_ENUM},
|
||||
{"extern", S_EXTERN},
|
||||
{"float", FLOAT_P},
|
||||
{"int", INT},
|
||||
{"int", INT_P},
|
||||
{"long", SQL_LONG},
|
||||
{"register", S_REGISTER},
|
||||
{"short", SQL_SHORT},
|
||||
|
||||
Reference in New Issue
Block a user