Browse Source

- Fixed bug #60267 (Compile failure with freetds 0.91)

pull/7/head
Felipe Pena 15 years ago
parent
commit
595ac67a52
  1. 5
      ext/mssql/php_mssql.h

5
ext/mssql/php_mssql.h

@ -26,6 +26,11 @@
#if HAVE_MSSQL
#define MSDBLIB
/* FreeTDS checks for PHP_MSSQL_API for avoid type redefinition */
#ifdef HAVE_FREETDS
#define PHP_MSSQL_API
#endif
#include <sqlfront.h>
#include <sqldb.h>

Loading…
Cancel
Save