Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add #456
  • Loading branch information
rcmaehl committed Jul 24, 2021
1 parent a74418f commit 3c1df2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/_Checks.au3
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include-once
#include <File.au3>
#include ".\_WMIC.au3"
#include <WinAPIDiag.au3>

Func _ArchCheck()
Select
Expand Down Expand Up @@ -126,6 +127,10 @@ Func _GPTCheck($aDisks)
Next
EndFunc ;==>_GPTCheck

Func _InternetCheck()
Return _WinAPI_IsInternetConnected()
EndFunc

Func _MemCheck()
Local Static $vMem

Expand Down

0 comments on commit 3c1df2d

Please sign in to comment.