Skip to content

Commit b30377c

Browse files
authored
Merge pull request #921 from elicn/win-const-fix
Small fix to WINAPI
2 parents 767d00a + 7ee5850 commit b30377c

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)