mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
oledb32: Add a 'fall through' comment.
This commit is contained in:
parent
2232fef56c
commit
71d185d7fe
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue