Skip to content

Commit

Permalink
Spoilers
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Aug 19, 2020
1 parent 7a09500 commit 3d9df0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 2.0/includes/_Core.au3
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Func _Main()
WEnd
EndFunc

Func _DeepFreeze($aProcesses)
EndFunc

; #FUNCTION# ====================================================================================================================
; Name ..........: _GetHPETState
; Description ...: Get State of Window's High Precision Event Timer
Expand Down
5 changes: 4 additions & 1 deletion Includes/_Core.au3
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#include ".\_WMIC.au3"
#include ".\_ExtendedFunctions.au3"

Func _DeepFreeze($aProcesses)
EndFunc

; #FUNCTION# ====================================================================================================================
; Name ..........: _GetHPETState
; Description ...: Get State of Window's High Precision Event Timer
Expand Down Expand Up @@ -323,7 +326,7 @@ EndFunc
; $hOutput - [optional] Handle of the GUI Console. Default is False, for none.
; Return values .: None
; Author ........: rcmaehl (Robert Maehl)
; Modified ......: 06/02/2019
; Modified ......: 08/19/2020
; Remarks .......:
; Related .......:
; Link ..........:
Expand Down

0 comments on commit 3d9df0b

Please sign in to comment.