View | Details | Raw Unified | Return to bug 197196 | Differences between
and this patch

Collapse All | Expand All

(-)include/freetds/tds.h (+3 lines)
Lines 146-152 typedef struct Link Here
146
	TDS_INT      date;	/**< date, 0 = 1900-01-01 */
146
	TDS_INT      date;	/**< date, 0 = 1900-01-01 */
147
	TDS_SMALLINT offset;	/**< time offset */
147
	TDS_SMALLINT offset;	/**< time offset */
148
	TDS_USMALLINT time_prec:3;
148
	TDS_USMALLINT time_prec:3;
149
#pragma push_macro("_res")
150
#undef _res
149
	TDS_USMALLINT _res:10;
151
	TDS_USMALLINT _res:10;
152
#pragma pop_macro("_res")
150
	TDS_USMALLINT has_time:1;
153
	TDS_USMALLINT has_time:1;
151
	TDS_USMALLINT has_date:1;
154
	TDS_USMALLINT has_date:1;
152
	TDS_USMALLINT has_offset:1;
155
	TDS_USMALLINT has_offset:1;

Return to bug 197196