| 194 | |
| 195 | #if(_WIN32_WINNT >= 0x0501) |
| 196 | UINT CComboWnd::GetClassStyle() const |
| 197 | { |
| 198 | return __super::GetClassStyle() | CS_DROPSHADOW; |
| 199 | } |
| 200 | #endif |
| 201 | //////////////////////////////////////////////////////// |
| 202 |
nothing calls this directly
no outgoing calls
no test coverage detected