Skip to content

Commit 7ee5850

Browse files
committed
Add missing constant
1 parent 767d00a commit 7ee5850

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qiling/os/windows/const.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,8 @@
499499
FILE_ATTRIBUTE_TEMPORARY = 0x0100
500500
FILE_ATTRIBUTE_VIRTUAL = 0x10000
501501

502+
HFILE_ERROR = -1
503+
502504
# ShellApi Constants
503505
# https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetfileinfow
504506

0 commit comments

Comments
 (0)