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

Commit

Permalink
Add Windows error code ERROR_INSUFFICIENT_BUFFER.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Mar 27, 2013
1 parent 8eb15df commit 76ec651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/sys/windows/windows.d
Original file line number Diff line number Diff line change
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 76ec651

Please sign in to comment.