mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-04 08:29:50 -04:00
v1.4.9 (build 506)
* Fix listing of drives on Windows XP and Windows Vista (Could not allocate Device ID list) * Closes #343
This commit is contained in:
parent
8007fc0915
commit
201843dbf3
6 changed files with 30 additions and 23 deletions
|
@ -49,6 +49,7 @@ typedef CHAR *DEVINSTID_A;
|
|||
#define CR_SUCCESS 0x00000000
|
||||
#define CR_NO_SUCH_DEVNODE 0x0000000D
|
||||
#define CM_GETIDLIST_FILTER_SERVICE 0x00000002
|
||||
// /!\ The following flag is only available on Windows 7 or later!
|
||||
#define CM_GETIDLIST_FILTER_PRESENT 0x00000100
|
||||
#define CM_DRP_ADDRESS 0x0000001D
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue