commit | d5269ed51014d9163abfb05ce7e02a9863de41f6 | [log] [tgz] |
---|---|---|
author | Hugo Beauzée-Luyssen <hugo@beauzee.fr> | Wed Apr 10 13:25:00 2019 +0200 |
committer | Liu Hao <lh_mouse@126.com> | Thu Apr 11 14:53:49 2019 +0800 |
tree | f0c73dd256863cf883180ac32dc6f8b39d553f4b | |
parent | 983b6f731cc4e6178ea68813eb002bd17d42b7d0 [diff] |
Add missing IO function Some of the api-ms-win-core-io-l1-1-1.dll functions were not available on x86_64 & aarch64 builds. Add DeviceIoControl function through api-ms-win-core-io-l1-1-0.dll And udpate the headers accordingly Signed-off-by: Liu Hao <lh_mouse@126.com>