diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2015-07-30 11:31:38 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2015-07-30 11:31:38 -0700 |
commit | 8169b3548251b6e1cb78fa1c7561469bad4e1692 (patch) | |
tree | f20833409db3c7a62354797bc3905c487f50be89 /ext/bin | |
parent | 7cd3c419ee720adb5acc9d754773d52ad5ceafab (diff) | |
download | infinitytier-8169b3548251b6e1cb78fa1c7561469bad4e1692.tar.gz infinitytier-8169b3548251b6e1cb78fa1c7561469bad4e1692.zip |
Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and setupapi and using these functions directly.
Diffstat (limited to 'ext/bin')
-rw-r--r-- | ext/bin/devcon/README.txt | 7 | ||||
-rw-r--r-- | ext/bin/devcon/devcon_x64.exe | bin | 90456 -> 0 bytes | |||
-rw-r--r-- | ext/bin/devcon/devcon_x86.exe | bin | 86360 -> 0 bytes |
3 files changed, 0 insertions, 7 deletions
diff --git a/ext/bin/devcon/README.txt b/ext/bin/devcon/README.txt deleted file mode 100644 index 15cf1478..00000000 --- a/ext/bin/devcon/README.txt +++ /dev/null @@ -1,7 +0,0 @@ -This is the Microsoft "devcon" utility, which as far as I know is -fair game to redistribute. It's packaged with OpenVPN and several -other things and also distributed in source code form as an example -program by Microsoft. - -It's called by zerotier-one.exe to automagically install and remove -instances of the tap device. diff --git a/ext/bin/devcon/devcon_x64.exe b/ext/bin/devcon/devcon_x64.exe Binary files differdeleted file mode 100644 index 5181aeb6..00000000 --- a/ext/bin/devcon/devcon_x64.exe +++ /dev/null diff --git a/ext/bin/devcon/devcon_x86.exe b/ext/bin/devcon/devcon_x86.exe Binary files differdeleted file mode 100644 index ce752b6e..00000000 --- a/ext/bin/devcon/devcon_x86.exe +++ /dev/null |