Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96263
Collapse All | Expand All

(-)php-5.0.4-orig/ext/pgsql/php_pgsql.h (-1 / +1 lines)
Lines 41-47 Link Here
41
#define PHP_PGSQL_API __declspec(dllimport)
41
#define PHP_PGSQL_API __declspec(dllimport)
42
#endif
42
#endif
43
#else
43
#else
44
#include <libpq/libpq-fs.h>
44
#include <postgresql/libpq/libpq-fs.h>
45
#define PHP_PGSQL_API /* nothing special */
45
#define PHP_PGSQL_API /* nothing special */
46
#endif
46
#endif
47
47

Return to bug 96263