Skip to content

Commit

Permalink
Updated to latest version of AutoIt.
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtisLiggett committed Mar 29, 2018
1 parent 65054a6 commit 4762271
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions main.au3
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ Global $adapters
#include <GUIConstantsEx.au3>

; Global constants, for code readability
Global Const $WIN_STATE_EXISTS = 1 ; Window exists
Global Const $WIN_STATE_VISIBLE = 2 ; Window is visible
Global Const $WIN_STATE_ENABLED = 4 ; Window is enabled
Global Const $WIN_STATE_ACTIVE = 8 ; Window is active
Global Const $WIN_STATE_MINIMIZED = 16 ; Window is minimized
Global Const $WIN_STATE_MAXIMIZED = 32 ; Window is maximized
Global Const $wbemFlagReturnImmediately = 0x10
Global Const $wbemFlagForwardOnly = 0x20

Expand Down Expand Up @@ -180,7 +174,7 @@ TraySetClick(16)
#AutoIt3Wrapper_UseX64=N
#AutoIt3Wrapper_Icon=icon.ico
#AutoIt3Wrapper_OutFile=Simple IP Config 2.9.exe
#AutoIt3Wrapper_Res_Fileversion=2.9
#AutoIt3Wrapper_Res_Fileversion=2.9.0.4
#AutoIt3Wrapper_Res_Description=Simple IP Config

#Region PROGRAM CONTROL
Expand Down

0 comments on commit 4762271

Please sign in to comment.