mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
parent
062b22fe56
commit
4c6f37cec3
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ def enable_ansi_colors_win10():
|
||||||
# Generic constants.
|
# Generic constants.
|
||||||
NULL = ctypes.c_void_p(0).value
|
NULL = ctypes.c_void_p(0).value
|
||||||
INVALID_HANDLE_VALUE = ctypes.c_void_p(-1).value
|
INVALID_HANDLE_VALUE = ctypes.c_void_p(-1).value
|
||||||
|
ERROR_INVALID_PARAMETER = 87
|
||||||
|
|
||||||
# CreateFile flags.
|
# CreateFile flags.
|
||||||
# yapf: disable
|
# yapf: disable
|
||||||
|
|
Loading…
Reference in a new issue