summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2004-06-09 18:12:29 +0000
committerFrank M. Kromann <fmk@php.net>2004-06-09 18:12:29 +0000
commit1b88577508d14eac7cee3a69403ab6d870b1eb53 (patch)
tree61d0790051b31c4b371e5b214ff75d00a7c9cc66 /ext/mssql/php_mssql.h
parenta7aa47c46dc84371266489743871e85342e9b484 (diff)
downloadphp-git-1b88577508d14eac7cee3a69403ab6d870b1eb53.tar.gz
MFH: Fix win32 build
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 00f4500c90..26121c9d41 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