Skip to content

Commit de911c2

Browse files
committed
Remove undef CHAR
There's no justification behind as to why this should be.
1 parent 4f84174 commit de911c2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ext/odbc/php_odbc_includes.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,13 @@
2525

2626
#if defined(HAVE_IODBC) /* iODBC library */
2727

28-
#ifdef CHAR
29-
#undef CHAR
30-
#endif
31-
32-
#ifdef SQLCHAR
33-
#undef SQLCHAR
34-
#endif
35-
3628
#define ODBC_TYPE "iODBC"
3729
#include <sql.h>
3830
#include <sqlext.h>
3931
#include <iodbcext.h>
4032

4133
#elif defined(HAVE_UNIXODBC) /* unixODBC library */
4234

43-
#ifdef CHAR
44-
#undef CHAR
45-
#endif
46-
47-
#ifdef SQLCHAR
48-
#undef SQLCHAR
49-
#endif
50-
5135
#define ODBC_TYPE "unixODBC"
5236
#undef ODBCVER
5337
#include <sql.h>

0 commit comments

Comments
 (0)