From 40776f014d5abd455197c81317d3e2a8dbcbebf9 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 25 May 2009 20:58:32 +0000 Subject: [PATCH] SQLDEFAULT for MSSQL git-svn-id: svn://ultimatepp.org/upp/trunk@1236 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/MSSQL/MSSQLSchema.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/uppsrc/MSSQL/MSSQLSchema.h b/uppsrc/MSSQL/MSSQLSchema.h index 818fdcd3b..365891a17 100644 --- a/uppsrc/MSSQL/MSSQLSchema.h +++ b/uppsrc/MSSQL/MSSQLSchema.h @@ -69,15 +69,15 @@ #include -#undef BIT(x) -#undef BIT_ARRAY(x, items) -#undef BIT_(x) -#undef BIT_ARRAY_(x, items) +#undef BIT +#undef BIT_ARRAY +#undef BIT_ +#undef BIT_ARRAY_ -#undef BOOL(x) -#undef BOOL_ARRAY(x, items) -#undef BOOL_(x) -#undef BOOL_ARRAY_(x, items) +#undef BOOL +#undef BOOL_ARRAY +#undef BOOL_ +#undef BOOL_ARRAY_ #undef INT #undef INT_ARRAY