Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #466 from jacob-carlborg/windows_error_code
Browse files Browse the repository at this point in the history
Add Windows error code ERROR_INSUFFICIENT_BUFFER.
  • Loading branch information
alexrp committed Mar 27, 2013
2 parents 8eb15df + 76ec651 commit 0379067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/sys/windows/windows.d
Expand Up @@ -211,6 +211,7 @@ enum
ERROR_ACCESS_DENIED = 5,
ERROR_INVALID_HANDLE = 6,
ERROR_NO_MORE_FILES = 18,
ERROR_INSUFFICIENT_BUFFER = 122,
ERROR_MORE_DATA = 234,
ERROR_NO_MORE_ITEMS = 259,
}
Expand Down

0 comments on commit 0379067

Please sign in to comment.