oledb32: Add a 'fall through' comment.

This commit is contained in:
Huw Davies 2012-11-27 10:24:47 +00:00 committed by Alexandre Julliard
parent 2232fef56c
commit 71d185d7fe

View file

@ -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;