mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 14:34:29 +08:00
The drive property sheet was modal, so it used to lock the main thread. This PR will unlock by using another thread. JIRA issue: CORE-4217 JIRA issue: CORE-11547 In dll/win32/shell32/dialogs/drive.cpp: - Add DRIVE_PROP_DATA structure. - Call SHCreateThread function in SH_ShowDriveProperties function. - Clean up the data when they should be released.
24 KiB
24 KiB