##// END OF EJS Templates
win32: add missing definition of _ERROR_NO_MORE_FILES caught by pyflakes
Yuya Nishihara -
r21193:07f98258 stable
parent child Browse files
Show More
@@ -24,6 +24,7 b' import ctypes, errno, os, subprocess, ra'
24
24
25 # GetLastError
25 # GetLastError
26 _ERROR_SUCCESS = 0
26 _ERROR_SUCCESS = 0
27 _ERROR_NO_MORE_FILES = 18
27 _ERROR_SHARING_VIOLATION = 32
28 _ERROR_SHARING_VIOLATION = 32
28 _ERROR_INVALID_PARAMETER = 87
29 _ERROR_INVALID_PARAMETER = 87
29 _ERROR_INSUFFICIENT_BUFFER = 122
30 _ERROR_INSUFFICIENT_BUFFER = 122
General Comments 0
You need to be logged in to leave comments. Login now