Commit 71d185d7 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

oledb32: Add a 'fall through' comment.

parent 2232fef5
......@@ -870,6 +870,7 @@ static HRESULT WINAPI convert_CanConvert(IDataConvert* iface,
case DBTYPE_BOOL:
if(dst_base_type == DBTYPE_DATE) return S_OK;
/* fall through */
case DBTYPE_NUMERIC:
case DBTYPE_CY:
if(common_class(dst_class)) return S_OK;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment