Implement HoveredFile and HoveredFileCancelled on Windows (#662)
* Implement HoveredFile and HoveredFileCancelled on Windows (#448) * Update CHANGELOG. * Applied code organizational corrections and fixed IDropHandler leak on window destroy. * Moved FileDropHandle to a separate file.
This commit is contained in:
parent
da1d479e55
commit
214e157e5d
5 changed files with 247 additions and 26 deletions
|
|
@ -39,15 +39,19 @@ version = "0.3.6"
|
|||
features = [
|
||||
"combaseapi",
|
||||
"dwmapi",
|
||||
"errhandlingapi",
|
||||
"hidusage",
|
||||
"libloaderapi",
|
||||
"objbase",
|
||||
"ole2",
|
||||
"processthreadsapi",
|
||||
"shellapi",
|
||||
"shellscalingapi",
|
||||
"shobjidl_core",
|
||||
"unknwnbase",
|
||||
"winbase",
|
||||
"windowsx",
|
||||
"winerror",
|
||||
"wingdi",
|
||||
"winnt",
|
||||
"winuser",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue