summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2004-06-07 18:03:51 +0000
committerFrank M. Kromann <fmk@php.net>2004-06-07 18:03:51 +0000
commitf05924db37a070184c991404d621102ade8df726 (patch)
tree35826a8b5c7b104c1d62105e968572ebb4e59afd /ext/mssql/php_mssql.h
parent6f4715622895dc77d06f094b4006a219b3bf8709 (diff)
downloadphp-git-f05924db37a070184c991404d621102ade8df726.tar.gz
Fix build on win32
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r--ext/mssql/php_mssql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h
index f8a9d6a97f..65e6a931fa 100644
--- a/ext/mssql/php_mssql.h
+++ b/ext/mssql/php_mssql.h
@@ -36,8 +36,8 @@
#include "sqlfront.h"
#include "sqldb.h"
-#if HAVE_FREETDS
typedef short TDS_SHORT;
+#if HAVE_FREETDS
#define SQLTEXT SYBTEXT
#define SQLCHAR SYBCHAR
#define SQLVARCHAR SYBVARCHAR