diff options
Diffstat (limited to 'tools/util.py')
-rw-r--r-- | tools/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/util.py b/tools/util.py index 442aeb143..afe4690ce 100644 --- a/tools/util.py +++ b/tools/util.py @@ -226,6 +226,7 @@ def enable_ansi_colors_win10(): # Generic constants. NULL = ctypes.c_void_p(0).value INVALID_HANDLE_VALUE = ctypes.c_void_p(-1).value + ERROR_INVALID_PARAMETER = 87 # CreateFile flags. # yapf: disable |